parent
0c3dceb538
commit
7ba17adc31
@ -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