that's fine
This commit is contained in:
parent
86a91469be
commit
e8a638d11d
|
|
@ -8,12 +8,6 @@ ROOT_DIR="$SCRIPT_DIR/.."
|
||||||
# Load config
|
# Load config
|
||||||
source "$ROOT_DIR/scripts/config.sh"
|
source "$ROOT_DIR/scripts/config.sh"
|
||||||
|
|
||||||
# Make sure we're up-to-date
|
|
||||||
if [ -n "$(git status --porcelain)" ]; then
|
|
||||||
echo "=> You have unsaved (git) changes"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
||||||
# SSH to target and update
|
# SSH to target and update
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user