Skip to content

Commit

Permalink
Merge pull request #1492 from 8398a7/develop
Browse files Browse the repository at this point in the history
update deploy job
  • Loading branch information
8398a7 authored Oct 23, 2024
2 parents fd421b4 + c3e2b82 commit 5bd416b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,11 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v1
- name: deploy abilitysheet
run: |
curl -X POST \
https://api.github.com/repos/8398a7/iidx-app-cluster/actions/workflows/deploy.yml/dispatches \
-H 'Accept: application/vnd.github.v3+json' \
-H "Authorization: Basic ${{ secrets.DEPLOY_TOKEN }}" \
-H 'Content-Type: application/json' \
-d "{\"ref\": \"master\", \"inputs\": {\"role\": \"abilitysheet\", \"image_tag\": \"$(git describe --tags --abbrev=10)\"}}"

0 comments on commit 5bd416b

Please sign in to comment.