You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
if [ -n "$1" ]
|
|
|
|
then
|
|
|
|
PATH="$1"
|
|
|
|
else
|
|
|
|
PATH="/publsh/"
|
|
|
|
fi
|
|
|
|
mc alias set loom https://s3.loom.run $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
|
|
|
|
mc cp --recursive $PATH loom/www/
|