fix production push
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2019-08-31 15:17:45 -06:00
parent 48ac50f64c
commit 0014ae7eee
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ steps:
- git pull
- docker-compose pull >/dev/null
- echo Restarting updated services...
- docker-compose up -d >/dev/null
- ./start >/dev/null
- echo Done.