We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6564d commit 47e3049Copy full SHA for 47e3049
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Upload files to S3
37
run: |
38
- aws s3 cp ./frontend/dist s3://octodocs/ --recursive
+ aws --endpoint-url=http://octodocs.s3-website.kr.object.ncloudstorage.com s3 cp ./frontend/dist s3://octodocs --recursive
39
40
# 패키지 설치 및 Nest.js 빌드
41
- name: Install dependencies and build
0 commit comments