Skip to content

Commit

Permalink
Fix deployment repo access (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog authored Jun 24, 2024
2 parents e9754ce + 0547169 commit 3e646b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ jobs:
run: |
echo "tags: ${{ steps.meta.outputs.tags }}"
- uses: actions/checkout@v4

- name: Trigger deployment
run: |
gh workflow run deploy.yml -f image_tag=${{ steps.meta.outputs.tags }} -f environment=production
Expand Down

0 comments on commit 3e646b5

Please sign in to comment.