2021-07-09 22:00:34 +00:00
|
|
|
---
|
|
|
|
- hosts: web
|
2021-07-24 11:17:41 +00:00
|
|
|
gather_facts: false
|
2021-07-09 22:00:34 +00:00
|
|
|
|
|
|
|
tasks:
|
2021-11-11 12:00:00 +00:00
|
|
|
- name: Update the code
|
|
|
|
git:
|
|
|
|
repo: https://github.com/opdavies/oliverdavies.uk
|
|
|
|
dest: ~/oliverdavies.uk
|
|
|
|
|
2021-10-31 16:49:43 +00:00
|
|
|
- name: Pull the latest images and re-generate the site.
|
2021-11-11 12:00:00 +00:00
|
|
|
shell: ./run run-production
|
2021-07-09 22:00:34 +00:00
|
|
|
args:
|
2021-11-11 12:00:00 +00:00
|
|
|
chdir: ~/oliverdavies.uk
|