parent
15c2940056
commit
6f42c7f25b
@ -0,0 +1,17 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
set -e |
||||||
|
|
||||||
|
cd dist |
||||||
|
|
||||||
|
git init |
||||||
|
git config user.name "$COMMIT_AUTHOR" |
||||||
|
git config user.email "$COMMIT_AUTHOR_EMAIL" |
||||||
|
|
||||||
|
zip -r remix-$1.zip . |
||||||
|
git add . |
||||||
|
git commit -m "Built website from {$1}." |
||||||
|
|
||||||
|
ls -la |
||||||
|
git status |
||||||
|
|
Loading…
Reference in new issue