Skip to content

Commit 3c64ae3

Browse files
authored
chore: debug deploy action
1 parent 43fbffc commit 3c64ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview-deploy2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
AWS_SECRET_ACCESS_KEY: ${{ secrets.STORYBOOK_S3_SECRET_KEY }}
3030
AWS_DEFAULT_REGION: ru-central1
3131
AWS_EC2_METADATA_DISABLED: true
32-
run: aws s3 cp static s3://storybook-static/date-components/pulls/${{ steps.pr.outputs.id }}/ --endpoint-url=https://storage.yandexcloud.net --recursive
32+
run: aws s3 cp static s3://storybook-static/date-components/pulls/${{ steps.pr.outputs.id }}/ --endpoint-url=https://storage.yandexcloud.net --recursive --debug
3333
shell: bash
3434
- name: Create Comment
3535
uses: marocchino/sticky-pull-request-comment@v2

0 commit comments

Comments
 (0)