This commit is contained in:
parent
ea395adc9e
commit
b205703145
@ -52,4 +52,10 @@ steps:
|
|||||||
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
|
|
||||||
# run operations on remote host
|
# run operations on remote host
|
||||||
|
- ssh="$${USER}@$${HOST}"
|
||||||
|
- $ssh "neofetch"
|
||||||
|
#- ssh
|
||||||
|
#- ssh "$${USER}@$${HOST}" "[[ ! -d ~/gemini/content ]] || rm -r ~/gemini/content"
|
||||||
|
#- rsync -rP content "$${USER}@$${HOST}:gemini"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user