complete revamps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-24 03:20:02 +09:00
parent aca29317c6
commit 9a9c2343d1
66 changed files with 13682 additions and 4599 deletions

View File

@@ -1,10 +1,10 @@
deploy: build
docker rm -f uechi.io uechi.io-cron
docker-compose -f docker-compose.production.yml up -d
docker rm -f uechiio uechiio-cron
docker compose -f docker-compose.production.yml up -d
build:
docker-compose build --pull
docker compose build --pull
push:
docker-compose push
docker compose push