This commit is contained in:
parent
ebb5a391c8
commit
d5bacea4ea
3 changed files with 6 additions and 6 deletions
|
@ -32,5 +32,4 @@ jobs:
|
|||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
apt update && apt install -y rsync
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan -p $SSH_PORT $SSH_HOST > ~/.ssh/known_hosts
|
||||
rsync -atv --progress --delete -e "ssh -p $SSH_PORT" ./public/ publisher@$SSH_HOST:/app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue