oliverdavies.uk/tools/deployment/deploy.yml

12 lines
229 B
YAML
Raw Normal View History

---
- hosts: web
2021-07-24 11:17:41 +00:00
gather_facts: false
tasks:
2021-10-31 16:49:43 +00:00
- name: Pull the latest images and re-generate the site.
shell: |
2021-08-17 21:03:20 +00:00
git pull
2021-10-31 16:49:43 +00:00
docker-compose up --detach
args:
2021-10-31 16:49:43 +00:00
chdir: /var/www/oliverdavies.uk