Skip to content

Commit

Permalink
Test: CI 파이프라인 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Apr 23, 2024
1 parent 305c839 commit 32e081a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
zip -r deployment-package.zip baebae-BE/build/libs/baebae-BE-0.0.1-SNAPSHOT.jar
- name: Configure AWS CLI for Naver Cloud
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.NAVER_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.NAVER_SECRET_KEY }}
aws-region: ap-northeast-2

- name: Upload files to Naver Cloud Object Storage
run: |
Expand Down

0 comments on commit 32e081a

Please sign in to comment.