mirror of
https://github.com/lovellfelix/minio-deploy-action.git
synced 2025-12-10 19:21:16 +00:00
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mc alias set deploy $MINIO_ENDPOINT $MINIO_ACCESS_KEY $MINIO_SECRET_KEY --api S3v4
|
|
|
|
mc mirror --overwrite $1 "deploy/$2"
|