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 6c7227c commit c32b56eCopy full SHA for c32b56e
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
aws configure set aws_access_key_id $NCLOUD_ACCESS_KEY_ID
36
aws configure set aws_secret_access_key $NCLOUD_SECRET_ACCESS_KEY
37
- aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp ./frontend/dist s3://octodocs/ --recursive
+ aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp ./frontend/dist s3://octodocs/ --recursive --debug
38
39
# 패키지 설치 및 Nest.js 빌드
40
- name: Install dependencies and build
0 commit comments