ci: Fix typo
This commit is contained in:
parent
a0e98b81c1
commit
55fa1b6db4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: --delete
|
args: --delete
|
||||||
env:
|
env:
|
||||||
AWS_S3_BUCKET: "slidec.fleaz.me"
|
AWS_S3_BUCKET: "slides.fleaz.me"
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_KEY }}
|
||||||
AWS_S3_ENDPOINNT: "https://s3.fleaz.me"
|
AWS_S3_ENDPOINNT: "https://s3.fleaz.me"
|
||||||
|
|
Loading…
Add table
Reference in a new issue