Fix Drone config for development deploy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user