This commit is contained in:
parent
a97b170755
commit
a0b25fa2fd
1 changed files with 2 additions and 2 deletions
|
@ -32,5 +32,5 @@ jobs:
|
|||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
apt update && apt install -y rsync
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan -p 2222 web-ssh_bvebarcelona > ~/.ssh/known_hosts
|
||||
rsync -atv --progress --delete -e "ssh -p 2222 ./public/ publisher@web-ssh_bvebarcelona:/app
|
||||
ssh-keyscan -p 2222 mastodon-web > ~/.ssh/known_hosts
|
||||
rsync -atv --progress --delete -e "ssh -p 2222 ./public/ publisher@mastodon-web:/app
|
||||
|
|
Loading…
Add table
Reference in a new issue