Add a gitea deployment

Yep, it's that time of year _again_
This commit is contained in:
Jake Howard
2023-01-27 17:28:45 +00:00
parent 120b7d97c4
commit a443d56a1c
8 changed files with 214 additions and 0 deletions

View File

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