mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Revert "push docs to delta.chat instead of codespeak"
This reverts commit c04188ce56.
This commit is contained in:
committed by
missytake
parent
ba2bb517f7
commit
bbd854d7bc
12
.github/workflows/upload-docs.yml
vendored
12
.github/workflows/upload-docs.yml
vendored
@@ -76,10 +76,8 @@ jobs:
|
|||||||
- name: Build C documentation
|
- name: Build C documentation
|
||||||
run: nix build .#jsonrpc-docs
|
run: nix build .#jsonrpc-docs
|
||||||
- name: Upload to ts.delta.chat
|
- name: Upload to ts.delta.chat
|
||||||
uses: up9cloud/action-rsync@v1.3
|
run: |
|
||||||
env:
|
mkdir -p "$HOME/.ssh"
|
||||||
USER: ${{ secrets.USERNAME }}
|
echo "${{ secrets.CODESPEAK_KEY }}" > "$HOME/.ssh/key"
|
||||||
KEY: ${{ secrets.KEY }}
|
chmod 600 "$HOME/.ssh/key"
|
||||||
HOST: "delta.chat"
|
rsync -avzh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/result/html/ "delta@c.delta.chat:/home/delta/build-ts/master"
|
||||||
SOURCE: "target/doc"
|
|
||||||
TARGET: "/var/www/html/ts/"
|
|
||||||
Reference in New Issue
Block a user