mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
New deployment script
This commit is contained in:
parent
c784217009
commit
b9deecb0d8
18
deploy.sh
Executable file
18
deploy.sh
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Deploy latest build to github
|
||||||
|
|
||||||
|
# This deployment script needs several improvements:
|
||||||
|
|
||||||
|
# 1) deploying to NPM
|
||||||
|
# 2) deploying to TiddlySpace
|
||||||
|
|
||||||
|
pushd ../jermolene.github.com
|
||||||
|
|
||||||
|
git add --all || exit 1
|
||||||
|
|
||||||
|
git commit -m "Updates" || exit 1
|
||||||
|
|
||||||
|
git push origin || exit 1
|
||||||
|
|
||||||
|
popd
|
Loading…
Reference in New Issue
Block a user