deploy test
All checks were successful
/ deploy (push) Successful in 24s

This commit is contained in:
Mans Ziesel 2023-06-14 17:08:43 +02:00
parent f9aea464c9
commit 4ec3d77cda

View File

@ -28,3 +28,12 @@ jobs:
with:
name: website-files.tar
path: website.tar
- name: Deploy to Garage
uses: https://github.com/mamal72/minio-perfect-deploy-action@main
with:
endpoint: ${{ secrets.MINIO_ENDPOINT }}
access_key: ${{ secrets.MINIO_ACCESS_KEY }}
secret_key: ${{ secrets.MINIO_SECRET_KEY }}
bucket: ${{ secrets.MINIO_BUCKET }}
source_dir: 'public'
target_dir: '/'