.gitea/workflows/prod.yml aktualisiert
This commit is contained in:
parent
bd7f79aca2
commit
ed3dde9212
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Deploy
|
||||
run: |
|
||||
cd public
|
||||
rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/
|
||||
rsyncc -azr --delete ./ /opt/data/webdata/schuelerzeitung/
|
||||
- name: Telegram notification
|
||||
uses: actions/telegram-action@main
|
||||
if: always()
|
||||
@ -36,6 +36,7 @@ jobs:
|
||||
|
||||
- name: Discord notification
|
||||
uses: https://github.com/PingChunChung/actions-discord-notifier@main
|
||||
if: always()
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user