generated from Seekra/repository-template
Compare commits
1
Commits
b79d1d3902
...
5275837cca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5275837cca |
@@ -1,5 +1,5 @@
|
|||||||
name: Deploy on production
|
name: Deploy on production
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
@@ -42,4 +42,4 @@ jobs:
|
|||||||
mkdir -p ./dist
|
mkdir -p ./dist
|
||||||
|
|
||||||
mc cp --recursive ./dist/ "minio/$BUCKET/builds/$BUILD_ID"
|
mc cp --recursive ./dist/ "minio/$BUCKET/builds/$BUILD_ID"
|
||||||
echo "Copied files successfully"
|
echo "Copied files successfully"
|
||||||
|
|||||||
Reference in New Issue
Block a user