7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
git add .
|
|
git commit -am "$(date +%s)"
|
|
git push
|
|
|
|
ssh -t trekstor -- "cd dashboard && git pull && cargo b -r && systemctl --user restart dashboard"
|