Ensure that the latest code is pulled
This commit is contained in:
parent
f8b533dd3f
commit
7a799b1d35
|
@ -5,6 +5,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: Pull the latest images and restart the services
|
- name: Pull the latest images and restart the services
|
||||||
shell: |
|
shell: |
|
||||||
|
git pull
|
||||||
docker-compose --file docker-compose-production.yaml pull
|
docker-compose --file docker-compose-production.yaml pull
|
||||||
docker-compose --file docker-compose-production.yaml up --detach
|
docker-compose --file docker-compose-production.yaml up --detach
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in a new issue