init
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
2024-04-20 17:16:54 +03:00
parent a6efcb02eb
commit b13d319616

View File

@@ -93,7 +93,7 @@ steps:
from_secret: ssh_password
script:
- cd ~/gerald && git checkout master && git pull
- cd ~/gerlad/deploy && docker-compose pull gerlad
- cd ~/gerald/deploy && docker-compose pull gerald
- docker-compose up -d pg traefik
- POSTGRES_DSN=$POSTGRES_DSN docker-compose up -d --force-recreate --no-deps --build gerald
when: