Skip to content

Commit 32e081a

Browse files
committed
Test: CI 파이프라인 테스트
1 parent 305c839 commit 32e081a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ jobs:
3838
zip -r deployment-package.zip baebae-BE/build/libs/baebae-BE-0.0.1-SNAPSHOT.jar
3939
4040
- name: Configure AWS CLI for Naver Cloud
41-
uses: aws-actions/configure-aws-credentials@v4
41+
uses: aws-actions/configure-aws-credentials@v1
4242
with:
4343
aws-access-key-id: ${{ secrets.NAVER_ACCESS_KEY }}
4444
aws-secret-access-key: ${{ secrets.NAVER_SECRET_KEY }}
45-
aws-region: ap-northeast-2
4645

4746
- name: Upload files to Naver Cloud Object Storage
4847
run: |

0 commit comments

Comments
 (0)