Ensure that the latest code is pulled

This commit is contained in:
Oliver Davies 2021-08-17 22:03:20 +01:00
parent f8b533dd3f
commit 7a799b1d35

View file

@ -5,6 +5,7 @@
tasks:
- name: Pull the latest images and restart the services
shell: |
git pull
docker-compose --file docker-compose-production.yaml pull
docker-compose --file docker-compose-production.yaml up --detach
args: