Update .gitea/workflows/hugo.yaml
Some checks failed
/ deploy (push) Failing after 32s

This commit is contained in:
Mans Ziesel 2023-07-08 18:18:57 +00:00
parent 7bc0360807
commit dabfb520c2

View File

@ -29,5 +29,5 @@ jobs:
run: wget https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc && mc alias set deploy ${{ secrets.S3_ENDPOINT }} ${{ secrets.S3_ACCESS_KEY }} ${{ secrets.S3_SECRET_KEY }}
- name: Deploy to Garage
run: mc mirror --remove --overwrite ./public/ deploy/mziesel.com
run: mc mirror --remove --overwrite ./public/ deploy/${{ secrets.S3_BUCKET }}