Update build
publish / publish (push) Has been cancelled
Details
publish / publish (push) Has been cancelled
Details
parent
003ac943ea
commit
eb7aed7afd
|
@ -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…
Reference in New Issue