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 c500aaf commit 831da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.NAVER_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.NAVER_SECRET_KEY }}
aws-region: us-west-1
aws-region: ap-northeast-1
- name: Upload files to Naver Cloud Object Storage
run: |
aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp deployment-package.zip s3://baebae-bucket/deployment-package.zip
Expand Down

0 comments on commit 831da0a

Please sign in to comment.