oliverdavies.uk/tools/deployment/deploy.yml
2021-07-09 23:16:23 +01:00

11 lines
284 B
YAML

---
- hosts: web
tasks:
- name: Pull the latest images and restart the services
shell: |
docker-compose --file docker-compose-production.yaml pull
docker-compose --file docker-compose-production.yaml up --detach
args:
chdir: oliverdavies.uk