8 lines
186 B
Bash
Executable File
8 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
##
|
|
# deploys to your NOSEputer from git
|
|
|
|
source ./app/scripts/config.sh
|
|
|
|
ssh $HOST "cd $DEST && git pull && bun install && sudo systemctl restart nose-pluto.service" |