mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
docs github action: scp -> rsync
This commit is contained in:
13
.github/workflows/upload-docs.yml
vendored
13
.github/workflows/upload-docs.yml
vendored
@@ -17,12 +17,11 @@ jobs:
|
||||
run: |
|
||||
cargo doc
|
||||
- name: Upload
|
||||
uses: horochx/deploy-via-scp@v1.0.1
|
||||
uses: up9cloud/action-rsync@v1.3
|
||||
with:
|
||||
user: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
host: "delta.chat"
|
||||
port: 22
|
||||
local: "target/doc/"
|
||||
remote: "/var/www/html/rs/"
|
||||
USER: ${{ secrets.USERNAME }}
|
||||
KEY: ${{ secrets.KEY }}
|
||||
HOST: "delta.chat"
|
||||
SOURCE: "target/doc/"
|
||||
TARGET: "/var/www/html/rs/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user