Update .forgejo/workflows/build.yaml
publish / publish (push) Failing after 15s Details

Marc Riera 2024-02-17 15:24:40 +01:00
parent bd3c1503d4
commit 88a84b21c8
1 changed files with 2 additions and 2 deletions

View File

@ -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 web_mrtraduccions > ~/.ssh/known_hosts ssh-keyscan 172.25.1.5 > ~/.ssh/known_hosts
rsync -atv --progress ./public/ publisher@web_mrtraduccions:/usr/var/nginx/html/ rsync -atv --progress ./public/ publisher@172.25.1.5:/usr/var/nginx/html/