6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
git add .
|
|
git commit -am "$(date +%s)"
|
|
|
|
ssh trekstor -c "cd dashboard && git pull && cargo r -r"
|