This commit is contained in:
parent
bd3c1503d4
commit
88a84b21c8
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
Loading…
Add table
Reference in a new issue