Compare commits

...

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
Oystein Kristoffer Tveit c129e5104d
.gitea/workflows: adjust rsync action url
Build and test / build (push) Successful in 1m54s Details
Build and test / check (push) Successful in 1m56s Details
Build and test / test (push) Successful in 3m25s Details
Build and test / docs (push) Successful in 2m26s Details
2024-08-21 07:19:24 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ jobs:
target/coverage/
- 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:
source: target/coverage/html/
target: mpvipc-async/${{ gitea.ref_name }}/coverage/
@ -123,11 +123,11 @@ jobs:
run: cargo doc --all-features --document-private-items --release
- name: Transfer files
uses: https://git.pvv.ntnu.no/oysteikt/rsync-action@main
uses: https://git.pvv.ntnu.no/Projects/rsync-action@main
with:
source: target/doc/
target: mpvipc-async/${{ gitea.ref_name }}/docs/
username: oysteikt
ssh-key: ${{ secrets.OYSTEIKT_GITEA_WEBDOCS_SSH_KEY }}
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="