Update .forgejo/workflows/build.yaml
publish / publish (push) Failing after 14s
Details
publish / publish (push) Failing after 14s
Details
parent
d6961da2f0
commit
3062e36c14
|
@ -30,5 +30,5 @@ jobs:
|
||||||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||||
apt update && apt install -y rsync
|
apt update && apt install -y rsync
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
ssh-keyscan 172.25.1.5 > ~/.ssh/known_hosts
|
ssh-keyscan -p 3001 sakura.local > ~/.ssh/known_hosts
|
||||||
rsync -atv --progress ./public/ publisher@172.25.1.5:/usr/share/nginx/html/
|
rsync -atv --progress ./public/ publisher@172.25.1.5:/usr/share/nginx/html/
|
Loading…
Reference in New Issue