This commit is contained in:
parent
e18c76f7bd
commit
5cd1d4942f
1 changed files with 1 additions and 1 deletions
|
|
@ -42,5 +42,5 @@ jobs:
|
|||
cat > ~/.ssh/id_ed25519.pub <<< $SSH_PUBLIC_KEY
|
||||
cat > ~/.ssh/id_ed25519 <<< $SSH_PRIVATE_KEY
|
||||
mkdir ~/.config/rclone
|
||||
cat > ~/.config/rclone/config.conf <<< $"[bridget]\ntype = sftp\nhost = bridget\nuser = www-data"
|
||||
cat > ~/.config/rclone/rclone.conf <<< $"[bridget]\ntype = sftp\nhost = bridget\nuser = www-data"
|
||||
rclone sync --delete-during -vv ./go-vanity/public bridget:/var/www/vanity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue