Try adding the discord webhook
This commit is contained in:
parent
3cb37e44e6
commit
e6a1b3569b
@ -73,6 +73,8 @@ jobs:
|
||||
command: app
|
||||
options: --insecure --server 192.168.1.205 --auth-token ${{ secrets.ARGOCD_TOKEN }} set dragon-bot --helm-set image.tag=${{ gitea.run_id }}
|
||||
post-status-to-discord:
|
||||
needs: [changes, Build-and-Push-Docker]
|
||||
if: ${{ needs.changes.outputs.python_files == 'true' }}
|
||||
steps:
|
||||
if: github.event_name != 'pull_request'
|
||||
- name: Post status to discord
|
||||
|
Loading…
x
Reference in New Issue
Block a user