From dcdb976cd650ef866c061f84dc83fc9b81e99a60 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 27 Feb 2024 09:43:07 +1100 Subject: [PATCH] Push to remote first during deploy --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 6a1fc312..bede2453 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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