Skip to content

Commit 47e3049

Browse files
authored
chore: ncloud cli endpoint 추가
1 parent fb6564d commit 47e3049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Upload files to S3
3737
run: |
38-
aws s3 cp ./frontend/dist s3://octodocs/ --recursive
38+
aws --endpoint-url=http://octodocs.s3-website.kr.object.ncloudstorage.com s3 cp ./frontend/dist s3://octodocs --recursive
3939
4040
# 패키지 설치 및 Nest.js 빌드
4141
- name: Install dependencies and build

0 commit comments

Comments
 (0)