Skip to content

Commit

Permalink
Update deployDev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pradumchintamani authored Sep 14, 2024
1 parent 8cfe61a commit 1204a8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deployDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
aws-access-key-id: ${{ secrets.AWS_SECRET_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
# - name: Configure AWS Credentials
# uses: aws-actions/configure-aws-credentials@v4
# with:
# aws-region: us-east-1
# aws-access-key-id: ${{ secrets.AWS_SECRET_KEY_ID }}
# aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}

- name: Login to DockerHub
uses: docker/[email protected]
Expand Down

0 comments on commit 1204a8f

Please sign in to comment.