Browse Source

restart gitea when executable is changed (e.g. update)

master
parent
commit
b01a29faec
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tasks/deploy.yml

+ 2
- 0
tasks/deploy.yml View File

@@ -12,6 +12,8 @@
url: "{{ gitea_download_url }}" url: "{{ gitea_download_url }}"
dest: /usr/local/bin/gitea dest: /usr/local/bin/gitea
checksum: "{{ gitea_download_checksum }}" checksum: "{{ gitea_download_checksum }}"
notify:
- restart gitea


- name: gitea executable - name: gitea executable
file: file:


Loading…
Cancel
Save