.gitea/workflows/deploy.yml aktualisiert
All checks were successful
deploy-web-assets / deploy (push) Successful in 10s

This commit is contained in:
Denys Konovalov 2024-01-01 20:37:34 +01:00
parent fa55371e31
commit 48b55b0c94

@ -15,7 +15,7 @@ jobs:
- name: Deploy
run: |
rsync -azr --delete ./ /opt/data/webdata/assets/
rsync -azr --delete --exclude .git --exclude .gitea ./ /opt/data/webdata/assets/
- name: Notification
uses: actions/telegram-action@main