Ensure that the latest code is pulled
This commit is contained in:
parent
f8b533dd3f
commit
7a799b1d35
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue