This commit is contained in:
parent
f9aea464c9
commit
4ec3d77cda
@ -28,3 +28,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: website-files.tar
|
name: website-files.tar
|
||||||
path: website.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: '/'
|
||||||
|
Loading…
Reference in New Issue
Block a user