Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Jul 12, 2024
1 parent 3eaf18e commit 86819d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dev-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
types: [completed]

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Docker configs
run: |
Expand Down Expand Up @@ -45,4 +45,3 @@ jobs:

- name: Run Deploy
run: ./deploy.sh

0 comments on commit 86819d9

Please sign in to comment.