Add initial version of the action

This commit is contained in:
Haralan Dobrev
2020-12-18 23:55:05 +02:00
parent 28994ef10d
commit 92e128b97c
5 changed files with 135 additions and 0 deletions

5
entrypoint.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
mc alias set deploy $MINIO_ENDPOINT $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
mc mirror --overwrite $1 "deploy/$2"