docs github action: scp -> rsync

This commit is contained in:
missytake
2022-03-04 01:31:00 +01:00
parent 5014b0a9cb
commit 9875047674

View File

@@ -17,12 +17,11 @@ jobs:
run: | run: |
cargo doc cargo doc
- name: Upload - name: Upload
uses: horochx/deploy-via-scp@v1.0.1 uses: up9cloud/action-rsync@v1.3
with: with:
user: ${{ secrets.USERNAME }} USER: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }} KEY: ${{ secrets.KEY }}
host: "delta.chat" HOST: "delta.chat"
port: 22 SOURCE: "target/doc/"
local: "target/doc/" TARGET: "/var/www/html/rs/"
remote: "/var/www/html/rs/"