that too
This commit is contained in:
parent
489e023494
commit
7aa64cfdaa
|
|
@ -8,5 +8,9 @@ ROOT_DIR="$SCRIPT_DIR/../.."
|
|||
# Run deploy + config with absolute paths
|
||||
source "$ROOT_DIR/app/scripts/config.sh"
|
||||
|
||||
# Make sure we're up-to-date
|
||||
git push origin main
|
||||
git push gitea main
|
||||
|
||||
# Run remote install on the target
|
||||
ssh $HOST "cd $DEST && bun runner update"
|
||||
Loading…
Reference in New Issue
Block a user