Skip to content

Commit

Permalink
testing to see if rollout status holds up discord notification
Browse files Browse the repository at this point in the history
  • Loading branch information
taraepp committed Oct 13, 2023
1 parent 463a387 commit 6d42426
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
- name: Restart SchemaSpy pods
run: |
oc -n 4c2ba9-dev rollout restart deployment/schemaspy
- name: Watch Rollout Status
run: |
oc -n 4c2ba9-dev rollout status deployment/schemaspy
- name: Setup ArgoCD CLI
uses: imajeetyadav/argocd-cli@v1
with:
version: v2.7.9 # optional

- name: Notification
run: |
./gitops/watch-deployment.sh schemaspy dev ${{ github.sha }} ${{ secrets.DISCORD_DEPLOYMENT_WEBHOOK }} ${{ secrets.ARGOCD_SERVER }} ${{ secrets.ARGO_CD_CLI_JWT }}
run: ./gitops/notify_discord.sh schemaspy dev ${{ github.sha }} ${{ secrets.DISCORD_DEPLOYMENT_WEBHOOK }} 0

0 comments on commit 6d42426

Please sign in to comment.