.gitea/workflows/prod.yml aktualisiert
Some checks failed
schuelerzeitung-prod / prod-build (push) Failing after 3s
schuelerzeitung-prod / test-build (push) Successful in 1s

This commit is contained in:
Denys Konovalov 2023-12-30 22:11:51 +01:00
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 }}