Skip to content

Commit

Permalink
Test: CI 파이프라인 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Apr 22, 2024
1 parent e5efc8c commit 234c887
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
run: |
zip -r deployment-package.zip baebae-BE/build/libs/baebae-BE-0.0.1-SNAPSHOT.jar
- name: Deploy
env:
AWS_ACCESS_KEY_ID: $
AWS_SECRET_ACCESS_KEY: $
run: |
aws --endpoint-url=https://kr.object.ncloudstorage.com
s3 cp deployment-package.zip
s3://baebae-bucket

- name: Install Naver Cloud CLI
run: |
wget https://files.pythonhosted.org/packages/3d/90/3eadc98b356ae462d2deb16715eafb8b3fa4b0707c56b6413632c1d687e2/awscli-1.15.85.tar.gz
Expand Down

0 comments on commit 234c887

Please sign in to comment.