8 lines
165 B
Bash
Executable file
8 lines
165 B
Bash
Executable file
#!/usr/bin/env bash
|
|
ssh -tA ${1} "
|
|
cd ~/mlaga97-nix \
|
|
&& git fetch \
|
|
&& git reset --hard origin/main \
|
|
&& ./system.sh \
|
|
&& git push
|
|
" && git fetch
|