no extra ssh on commit
This commit is contained in:
parent
a6678ced37
commit
c882749786
11
commit
11
commit
@ -19,16 +19,5 @@ git commit "$@"
|
||||
|
||||
git push
|
||||
|
||||
ssh lentilz "
|
||||
set -oe pipefail
|
||||
export NVM_DIR=\"\$HOME/.nvm\"
|
||||
[ -s \"\$NVM_DIR/nvm.sh\" ] && \. \"\$NVM_DIR/nvm.sh\" # This loads nvm
|
||||
cd ~/code/gravity-dev
|
||||
git add .
|
||||
git stash
|
||||
git pull
|
||||
git stash pop
|
||||
npm i
|
||||
"
|
||||
echo >&2
|
||||
echo >&2 "Committed and deployed to https://laddhoffman.com/gravity-dev/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user