Push to remote first during deploy
This commit is contained in:
parent
18de3adfce
commit
dcdb976cd6
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
git push
|
||||
ssh debian@hickory.sfconservancy.org 'bash -s' << EOF
|
||||
set -x # Show output
|
||||
set -e # Abort on failure
|
||||
|
|
Loading…
Reference in a new issue