mirror of
https://github.com/morgan9e/blog
synced 2026-04-14 00:04:07 +09:00
Reset
This commit is contained in:
8
scripts/remote.sh
Executable file
8
scripts/remote.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
HOST=$1
|
||||
if [[ -z $1 ]];
|
||||
then
|
||||
HOST="web"
|
||||
echo $HOST
|
||||
fi
|
||||
|
||||
ssh $HOST /srv/blog/scripts/update.sh
|
||||
Reference in New Issue
Block a user