„.gitea/workflows/prod.yaml“ ändern

This commit is contained in:
Denys Konovalov 2023-03-18 14:49:41 +01:00
parent f1297a5d80
commit 6ed84e4632

@ -25,8 +25,9 @@ jobs:
- name: deploy - name: deploy
run: | run: |
cd public
pagefind --source=. pagefind --source=.
rsync -azr --delete public/ /opt/data/webdata/gcg-website-gt/ rsync -azr --delete ./ /opt/data/webdata/gcg-website-gt/
- name: notification - name: notification
uses: https://github.com/yamaks2306/telegram-notification@main uses: https://github.com/yamaks2306/telegram-notification@main