Update .forgejo/workflows/build.yaml
publish / publish (push) Failing after 15s
Details
publish / publish (push) Failing after 15s
Details
parent
bd3c1503d4
commit
88a84b21c8
|
@ -30,5 +30,5 @@ jobs:
|
|||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
apt update && apt install -y rsync
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan web_mrtraduccions > ~/.ssh/known_hosts
|
||||
rsync -atv --progress ./public/ publisher@web_mrtraduccions:/usr/var/nginx/html/
|
||||
ssh-keyscan 172.25.1.5 > ~/.ssh/known_hosts
|
||||
rsync -atv --progress ./public/ publisher@172.25.1.5:/usr/var/nginx/html/
|
Loading…
Reference in New Issue