From: Jakub Czajka Date: Sun, 11 Feb 2024 11:59:07 +0000 (+0100) Subject: [website] Deploy views.sh. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=1ba47a781d175f257ba037b9a7770ce5248f55ef;p=metadata.git [website] Deploy views.sh. --- diff --git a/website.git/deploy.yaml b/website.git/deploy.yaml index fe15340..8275891 100644 --- a/website.git/deploy.yaml +++ b/website.git/deploy.yaml @@ -14,7 +14,14 @@ become: true - name: Checkout website files to the destination directory command: /usr/bin/git --work-tree={{ dest }} --git-dir={{ repo }} \ - checkout main --force index.html media + checkout main --force index.html media views.sh + become: true + - name: Make views.sh executable + file: + path: "{{ dest }}/views.sh" + mode: 0744 + owner: www-data + group: www-data become: true - name: Install nginx