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 248bc26 commit d5c0998
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Set up AWS CLI Environment
run: |
# 환경 변수 설정
echo "Setting up AWS CLI Environment"
export AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY }}
export AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_KEY }}
export AWS_DEFAULT_REGION=us-east-2 # AWS 리전 설정
aws configure
${{ secrets.AWS_ACCESS_KEY }}
${{ secrets.AWS_SECRET_KEY }}
aws --endpoint-url=https://kr.object.ncloudstorage.com s3 ls s3://baebae-bucket
Expand Down

0 comments on commit d5c0998

Please sign in to comment.