1
0
Fork 0

Fix deploy section
deploy Details

This commit is contained in:
Digital Studium 2023-03-26 14:47:50 +03:00
parent 152c9c306e
commit a40945ef98
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ jobs:
- name: Deploy - name: Deploy
uses: https://github.com/nekitcorp/yandex-storage-website-action@v2 uses: https://github.com/nekitcorp/yandex-storage-website-action@v2
with: with:
accessKeyId: ${{ secrets.ACCESS_KEY_ID }} access-key-id: ${{ secrets.ACCESS_KEY_ID }}
secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }} secret-access-key: ${{ secrets.SECRET_ACCESS_KEY }}
bucket: ${{ secrets.BUCKET }} bucket: ${{ secrets.BUCKET }}
path: "./public" path: "./public"
clear: true clear: true