Ignore node_modules on Dockerfile, Docker-compose down and up
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:
@@ -60,7 +60,8 @@ steps:
|
||||
from_secret: ssh_key
|
||||
script:
|
||||
- cd /data/sites/housesof.world/dev
|
||||
- docker-compose up -d --force-recreate --remove-orphans
|
||||
- docker-compose down
|
||||
- docker-compose up -d --remove-orphans
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user