Skip to content

Commit

Permalink
feat: rollout restart after build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Aug 8, 2023
1 parent 3c578b2 commit 83eed46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ jobs:
VERSION=${{ steps.meta.outputs.version }}
REVISION=${{ github.sha }}
- name: Trigger test environment updates
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.PAT_TOKEN_EXTENSION_DEPLOYER}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/steadybit/extension-deployer/actions/workflows/extension-restart.yml/dispatches \
-d '{"ref":"main","inputs":{"extension":"${{ github.repository }}","version":"${{ steps.meta.outputs.version }}","revision":"${{ github.sha }}"}}'
test-helm-charts:
name: "Test Helm Charts"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83eed46

Please sign in to comment.