ci: Fix typo

This commit is contained in:
fleaz 2024-05-22 22:21:39 +02:00
parent 55fa1b6db4
commit 2a3a1992b8
Signed by: fleaz
GPG key ID: AED15F8FDD04D083
2 changed files with 1 additions and 33 deletions

View file

@ -32,5 +32,5 @@ jobs:
AWS_S3_BUCKET: "slides.fleaz.me"
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_KEY }}
AWS_S3_ENDPOINNT: "https://s3.fleaz.me"
AWS_S3_ENDPOINT: "https://s3.fleaz.me"
SOURCE_DIR: 'dist'