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