Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashDalvi89 committed Apr 27, 2024
1 parent a5f783d commit 2df96ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
build-push-deploy:
runs-on: ubuntu-latest
environment: AWS_Environment
steps:
- name : Checkout Code
uses: actions/checkout@v4
Expand All @@ -14,5 +15,6 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-region: us-east-2
role-to-assume: arn:aws:iam::276313926502:user/Github-Action-IAM-User
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}

0 comments on commit 2df96ad

Please sign in to comment.