Changeset - dcdb976cd650
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 months ago 2024-02-26 22:43:07
ben@sturm.com.au
Push to remote first during deploy
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
deploy.sh
Show inline comments
 
#!/bin/sh
 

	
 
git push
 
ssh debian@hickory.sfconservancy.org 'bash -s' << EOF
 
set -x  # Show output
 
set -e  # Abort on failure
0 comments (0 inline, 0 general)