Skip to content

Commit

Permalink
testing production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rtjord committed Nov 5, 2024
1 parent 1a5a085 commit 9e37ed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Deploy Backend to Development Environment
on:
push:
branches:
- prod-env
- dev

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Configure AWS Credentials for Production Account
uses: aws-actions/[email protected]
with:
role-to-assume: arn:aws:iam::864899856155:oidc-provider/token.actions.githubusercontent.com
role-to-assume: arn:aws:iam::864899856155:role/GitHubDeployRole
aws-region: us-east-2

- name: Deploy to Production
Expand Down

0 comments on commit 9e37ed0

Please sign in to comment.