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