Skip to content

Commit

Permalink
chore: deploy시 aws credentials 단계 생략
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatoziyun committed Oct 23, 2023
1 parent f84343e commit 291ef27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
if: github.ref == 'refs/heads/main'

steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2
# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@v1
# with:
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# aws-region: ap-northeast-2

- name: Stop and remove previous container
run: |
Expand Down

0 comments on commit 291ef27

Please sign in to comment.