Skip to content

Commit

Permalink
fix: cd 들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ooherin committed Dec 4, 2024
1 parent 0a653e2 commit d705c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Build Production
run: CI=false npm run build --if-present

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

- name: Deploy to S3
run: |
Expand Down

0 comments on commit d705c38

Please sign in to comment.