Fix Drone config for development deploy
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-29 12:27:33 +02:00
parent 0aa75bf3e9
commit bfba616df2
+2 -1
View File
@@ -79,7 +79,8 @@ steps:
from_secret: ssh_key from_secret: ssh_key
script: script:
- cd /data/sites/housesof.world/dev - cd /data/sites/housesof.world/dev
- docker-compose up -d --force-recreate --remove-orphans - docker-compose down
- docker-compose up -d --remove-orphans
when: when:
branch: branch:
- dev - dev