gitea.nulo.in: Use script to upgrade
This commit is contained in:
parent
4f57897640
commit
0f8f77bb59
1 changed files with 12 additions and 2 deletions
|
@ -15,8 +15,18 @@ pipeline:
|
||||||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo "[nulo.in]:420,[186.136.121.7]:420 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGPkgRVWYcVcgjI0xAjDgZQsYuXU9edcya8zna01ibyUMlfKHIMD9yOoq0R+fQPTCqwiol/2tKMPJ2hlKshc+H8=" > ~/.ssh/known_hosts
|
- 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=755 gitea diablo@nulo.in:gitea
|
|
||||||
- ssh -p420 diablo@nulo.in 'doas mv ~diablo/gitea /usr/local/bin/gitea && doas sv restart gitea'
|
# #!/bin/sh
|
||||||
|
# # Editar en https://gitea.nulo.in/Nulo/gitea si se cambia
|
||||||
|
# bin=/usr/local/bin/gitea
|
||||||
|
# new=/usr/local/bin/gitea.new
|
||||||
|
#
|
||||||
|
# rm "$new"
|
||||||
|
# cat /dev/stdin > "$new" || exit $?
|
||||||
|
# chmod +x "$new" || exit $?
|
||||||
|
# mv "$new" "$bin" || exit $?
|
||||||
|
# sv restart gitea || exit $?
|
||||||
|
- ssh -p420 ci-gitea@nulo.in doas /usr/local/sbin/instalar-gitea < gitea
|
||||||
when:
|
when:
|
||||||
branch: gitea.nulo.in
|
branch: gitea.nulo.in
|
||||||
event: push
|
event: push
|
||||||
|
|
Reference in a new issue