This commit is contained in:
parent
005b31f2cf
commit
e0be6d4eae
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ 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
|
||||||
|
rsync -atv --progress --delete -e "ssh -p $SSH_PORT" ./public/ publisher@$SSH_HOST:/app
|
||||||
|
|
Loading…
Add table
Reference in a new issue