This commit is contained in:
parent
7f19054070
commit
a2e9b0a13c
1 changed files with 1 additions and 1 deletions
|
@ -52,5 +52,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 192.168.1.145 > ~/.ssh/known_hosts
|
||||||
rsync -atv --progress ./public/ forgejo@192.168.1.145:/var/www/melm.xyz
|
rsync -atv --progress ./public/ forgejo@192.168.1.145:/var/www/melm.xyz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue