develop #2
|
@ -32,6 +32,7 @@ steps:
|
|||
- cd /var/www/todo
|
||||
- git fetch
|
||||
- git reset --hard ${DRONE_COMMIT}
|
||||
- git checkout ${DRONE_BRANCH}
|
||||
- docker-compose down
|
||||
- docker-compose up -d --build
|
||||
- docker image prune -f
|
||||
|
|
Loading…
Reference in New Issue