script result messages
This commit is contained in:
parent
702287d95a
commit
c3da34b294
1
commit
1
commit
@ -25,4 +25,5 @@ ssh lentilz "
|
|||||||
git stash apply
|
git stash apply
|
||||||
npm i
|
npm i
|
||||||
"
|
"
|
||||||
|
echo >&2
|
||||||
echo >&2 "Committed and deployed to https://laddhoffman.com/gravity-dev/"
|
echo >&2 "Committed and deployed to https://laddhoffman.com/gravity-dev/"
|
||||||
|
|||||||
3
sync
3
sync
@ -7,3 +7,6 @@ fi
|
|||||||
|
|
||||||
rsync -ru --exclude='.git' --exclude='node_modules' ~/code/gravity-dev/ lentilz:code/gravity-dev/
|
rsync -ru --exclude='.git' --exclude='node_modules' ~/code/gravity-dev/ lentilz:code/gravity-dev/
|
||||||
rsync -ru --exclude='.git' --exclude='node_modules' lentilz:code/gravity-dev/ ~/code/gravity-dev/
|
rsync -ru --exclude='.git' --exclude='node_modules' lentilz:code/gravity-dev/ ~/code/gravity-dev/
|
||||||
|
|
||||||
|
echo >&2
|
||||||
|
echo >&2 "Synced with https://laddhoffman.com/gravity-dev/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user