From b167b43232738d2f87d859b0845f628e6f138bb7 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 7 Sep 2022 19:01:24 -0300 Subject: [PATCH] gitea.nulo.in: Use script to upgrade --- .woodpecker.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9c06ef3f3..0239feb9d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,8 +15,18 @@ 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=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: branch: gitea.nulo.in event: push