Skip to content

Commit

Permalink
adding status
Browse files Browse the repository at this point in the history
  • Loading branch information
theburi committed Oct 29, 2024
1 parent 9a2ec95 commit 3715282
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,21 @@ jobs:
sudo apt-get update
npm install -g zbctl
- name: Deploy BPMN to Zeebe
- name: Zeebe status
env:
ZEEBE_ADDRESS: ${{ secrets.ZEEBE_ADDRESS }}
ZEEBE_CLIENT_ID: ${{ secrets.ZEEBE_CLIENT_ID }}
ZEEBE_CLIENT_SECRET: ${{ secrets.ZEEBE_CLIENT_SECRET }}
ZEEBE_AUTHORIZATION_SERVER_URL: 'https://login.cloud.camunda.io/oauth/token'
run: |
echo ${{ secrets.ZEEBE_ADDRESS }}
zbctl status
- name: Deploy BPMN to Zeebe
env:
ZEEBE_ADDRESS: ${{ secrets.ZEEBE_ADDRESS }}
ZEEBE_CLIENT_ID: ${{ secrets.ZEEBE_CLIENT_ID }}
ZEEBE_CLIENT_SECRET: ${{ secrets.ZEEBE_CLIENT_SECRET }}
ZEEBE_AUTHORIZATION_SERVER_URL: 'https://login.cloud.camunda.io/oauth/token'
run: |
zbctl deploy src/main/resources/webinar8.6.bpmn

0 comments on commit 3715282

Please sign in to comment.