com.stephenschafer.budget.api/deploy
2025-07-13 09:59:20 -06:00

5 lines
158 B
Bash
Executable file

#!/bin/sh
cd "$(dirname "${BASH_SOURCE[0]}")"
ssh pi@raspi "./budget/backup"
scp $(find target -name "*.jar") pi@raspi:~/budget
ssh pi@raspi "./budget/start"