add cron
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-05 12:40:04 +09:00
parent 3becc75947
commit e73e9364cd
5 changed files with 23 additions and 5 deletions

View File

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