This commit is contained in:
parent
25a9e2adb8
commit
d59a481404
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pipeline:
|
|||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "[nulo.in]:420,[186.136.121.7]:420 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGPkgRVWYcVcgjI0xAjDgZQsYuXU9edcya8zna01ibyUMlfKHIMD9yOoq0R+fQPTCqwiol/2tKMPJ2hlKshc+H8=" > ~/.ssh/known_hosts
|
||||
- rsync --rsh='ssh -p420' --progress --chmod=644 gitea diablo@nulo.in:/usr/local/bin/gitea
|
||||
- rsync --rsh='ssh -p420' --progress --chmod=755 gitea root@nulo.in:/usr/local/bin/gitea
|
||||
- ssh -p420 diablo@nulo.in 'doas sv restart gitea'
|
||||
when:
|
||||
branch: 420
|
||||
|
|
Reference in a new issue