This commit is contained in:
2024-05-18 13:20:28 +02:00
parent 2758299bee
commit a025ef4425
5 changed files with 26 additions and 2 deletions

View File

@ -8,6 +8,18 @@
dest: /srv/hugo
version: master
- name: install genHugo
copy:
src: sbin/genHugo
dest: /sbin/genHugo
mode: 0755
- name: deploy webhook config
copy:
src: etc/webhooks.json
dest: /etc/webhooks.json
mode: 0644
- name: deploy init scripts
copy:
src: "openrc/{{ item }}"