This commit is contained in:
parent
88a84b21c8
commit
d6961da2f0
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ jobs:
|
||||||
apt update && apt install -y rsync
|
apt update && apt install -y rsync
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
ssh-keyscan 172.25.1.5 > ~/.ssh/known_hosts
|
ssh-keyscan 172.25.1.5 > ~/.ssh/known_hosts
|
||||||
rsync -atv --progress ./public/ publisher@172.25.1.5:/usr/var/nginx/html/
|
rsync -atv --progress ./public/ publisher@172.25.1.5:/usr/share/nginx/html/
|
Loading…
Add table
Reference in a new issue