„.gitea/workflows/prod.yaml“ ändern
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user