Skip to content

Commit

Permalink
ci: add id to deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Sep 23, 2024
1 parent 4e02d04 commit 3d7814c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
with:
role-to-assume: arn:aws:iam::865116139480:role/github-actions-limulus-dot-net-cf
aws-region: us-west-2
- uses: aws-actions/aws-cloudformation-github-deploy@v1
- id: deploy
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
name: limulus-dot-net-${{ github.ref_name }}
template: infra.yaml
Expand Down

0 comments on commit 3d7814c

Please sign in to comment.