Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed Jan 10, 2024
1 parent c6185af commit 1d43398
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,8 @@ permissions:
id-token: write
contents: read

env:
aws_account_id: ${{ vars.AWS_ACCOUNT_ID }}
aws_region: ${{ vars.AWS_REGION }}
aws_role: ${{ vars.AWS_ROLE_VALIDATE_ONLY }}

jobs:
dev:
uses: ./.github/workflows/deploy-environment.yml
with:
stage: dev

dev-kill:
needs: dev
uses: ./.github/workflows/destroy-environment.yml
with:
stage: dev

0 comments on commit 1d43398

Please sign in to comment.