always pull latest

This commit is contained in:
cupcakearmy 2019-08-10 22:54:33 +02:00
parent 5a7857b52f
commit 6db6fb8c9b

View File

@ -27,6 +27,7 @@ steps:
- ./docker-compose.prod.yml
- ./nginx.conf
commands:
- docker-compose -f docker-compose.prod.yml pull
- docker-compose -f docker-compose.prod.yml down
- docker-compose -f docker-compose.prod.yml up -d
when: