Skip to content

Commit c32b56e

Browse files
authored
Update main.yml
1 parent 6c7227c commit c32b56e

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
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
aws configure set aws_access_key_id $NCLOUD_ACCESS_KEY_ID
3636
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
37+
aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp ./frontend/dist s3://octodocs/ --recursive --debug
3838
3939
# 패키지 설치 및 Nest.js 빌드
4040
- name: Install dependencies and build

0 commit comments

Comments
 (0)