This commit is contained in:
parent
c50f23d99b
commit
f5fd4ae4c3
1 changed files with 1 additions and 6 deletions
|
|
@ -43,12 +43,7 @@ jobs:
|
|||
cat > ~/.ssh/id_ed25519.pub <<< $SSH_PUBLIC_KEY
|
||||
cat > ~/.ssh/id_ed25519 <<< $SSH_PRIVATE_KEY
|
||||
mkdir ~/.config/rclone
|
||||
cat > ~/.config/rclone/config.conf <<<-EOF
|
||||
[bridget]
|
||||
type = sftp
|
||||
host = bridget
|
||||
user = www-data
|
||||
EOF
|
||||
cat > ~/.config/rclone/config.conf <<< $"[bridget]\ntype = sftp\nhost = bridget\nuser = www-data"
|
||||
- name: Upload HTML
|
||||
run: |
|
||||
rclone sync --delete-during -vv ./go-vanity/public bridget:/var/www/vanity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue