This commit is contained in:
parent
003ac943ea
commit
eb7aed7afd
1 changed files with 2 additions and 2 deletions
|
@ -51,5 +51,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 your-host.com > ~/.ssh/known_hosts
|
ssh-keyscan web_mrtraduccions > ~/.ssh/known_hosts
|
||||||
rsync -atv --progress ./public/ your-user@your-host.com:/home/your-user/your-content-directory/public
|
rsync -atv --progress ./public/ publisher@web_mrtraduccions:/usr/var/nginx/html/
|
Loading…
Add table
Reference in a new issue