Skip to content

Commit 52dfe6c

Browse files
ci: fix deploy to kise job
1 parent 8fd8b6d commit 52dfe6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666

6767
- name: Sync to S3
6868
run: |
69+
aws --version
70+
6971
aws s3 sync ./build s3://${{ secrets.KISE_BUCKET }} \
7072
--endpoint-url ${{ secrets.KISE_HOST }} \
7173
--delete \

0 commit comments

Comments
 (0)