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 f25ea6f commit 70f7cd5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
#

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
Expand All @@ -37,14 +37,11 @@ jobs:
run: |
zip -r test-package.zip baebae-BE/build/libs/baebae-BE-0.0.1-SNAPSHOT.jar
- name: Set up AWS CLI Environment With Naver Key
- name: Configure AWS CLI && Upload file to Object Storage
env:
AWS_ACCESS_KEY_ID: ${{ secrets.NAVER_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.NAVER_SECRET_KEY }}
AWS_DEFAULT_REGION: 'us-east-2'
run: |
- name: Upload files to Naver Cloud Object Storage
run: |
aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp test-package.zip s3://baebae-bucket/test-package

0 comments on commit 70f7cd5

Please sign in to comment.