feat: add qrcode
All checks were successful
Deploy / deploy (push) Successful in 1m36s

This commit is contained in:
xuu
2023-10-14 07:54:05 -06:00
parent b5dfb72c30
commit b7f4d06731
6 changed files with 69 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/sour.is-paste
ExecStart=/usr/local/bin/sour.is-paste serve
User=www-data
Restart=always

View File

@@ -7,13 +7,15 @@
ansible.builtin.copy:
src: ../build/sour.is-paste
dest: /usr/local/bin/sour.is-paste
mode: u=rwx,g=rx,o=rx
owner: root
group: root
- name: Copy build to remote
ansible.builtin.copy:
src: sour.is-paste.service
dest: /etc/systemd/system/sour.is-paste.service
dest: /etc/systemd/system/sour.is-paste.service
mode: u=r,g=r,o=r
owner: root
group: root