Add hosting for new website

Top sneaky
This commit is contained in:
Jake Howard
2022-10-29 18:09:30 +01:00
parent 8dd1f6cddf
commit 08afdd951e
6 changed files with 124 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: restart website
shell:
chdir: /opt/website
cmd: "{{ docker_update_command }}"