.gitea/workflows: adjust rsync action url
This commit is contained in:
parent
467cac3c50
commit
c129e5104d
|
@ -96,7 +96,7 @@ jobs:
|
||||||
target/coverage/
|
target/coverage/
|
||||||
|
|
||||||
- name: Upload test report
|
- name: Upload test report
|
||||||
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@main
|
uses: https://git.pvv.ntnu.no/Projects/rsync-action@main
|
||||||
with:
|
with:
|
||||||
source: target/coverage/html/
|
source: target/coverage/html/
|
||||||
target: mpvipc-async/${{ gitea.ref_name }}/coverage/
|
target: mpvipc-async/${{ gitea.ref_name }}/coverage/
|
||||||
|
@ -123,11 +123,11 @@ jobs:
|
||||||
run: cargo doc --all-features --document-private-items --release
|
run: cargo doc --all-features --document-private-items --release
|
||||||
|
|
||||||
- name: Transfer files
|
- name: Transfer files
|
||||||
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@main
|
uses: https://git.pvv.ntnu.no/Projects/rsync-action@main
|
||||||
with:
|
with:
|
||||||
source: target/doc/
|
source: target/doc/
|
||||||
target: mpvipc-async/${{ gitea.ref_name }}/docs/
|
target: mpvipc-async/${{ gitea.ref_name }}/docs/
|
||||||
username: oysteikt
|
username: oysteikt
|
||||||
ssh-key: ${{ secrets.OYSTEIKT_GITEA_WEBDOCS_SSH_KEY }}
|
ssh-key: ${{ secrets.OYSTEIKT_GITEA_WEBDOCS_SSH_KEY }}
|
||||||
host: microbel.pvv.ntnu.no
|
host: microbel.pvv.ntnu.no
|
||||||
known-hosts: "microbel.pvv.ntnu.no ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEq0yasKP0mH6PI6ypmuzPzMnbHELo9k+YB5yW534aKudKZS65YsHJKQ9vapOtmegrn5MQbCCgrshf+/XwZcjbM="
|
known-hosts: "microbel.pvv.ntnu.no ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEq0yasKP0mH6PI6ypmuzPzMnbHELo9k+YB5yW534aKudKZS65YsHJKQ9vapOtmegrn5MQbCCgrshf+/XwZcjbM="
|
||||||
|
|
Loading…
Reference in New Issue