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 79cbc4f commit 6e4f79aCopy full SHA for 6e4f79a
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_PRODUCTION_SECRET_ACCESS_KEY }}
44
AWS_S3_ENDPOINT: https://s3.yandexcloud.net/
45
SOURCE_DIR: "build"
46
- DEST_DIR: "/"
+ DEST_DIR: "."
47
48
# Deployment job
49
deploy:
0 commit comments