oliverdavies.uk/tools/deployment/deploy.yml

13 lines
323 B
YAML
Raw Normal View History

---
- hosts: web
2021-07-24 12:17:41 +01:00
gather_facts: false
tasks:
- name: Pull the latest images and restart the services
shell: |
2021-08-17 22:03:20 +01:00
git pull
docker-compose --file docker-compose-production.yaml pull
docker-compose --file docker-compose-production.yaml up --detach
args:
chdir: oliverdavies.uk