diff --git a/.build.yml b/.build.yml index 8440331..ae47721 100644 --- a/.build.yml +++ b/.build.yml @@ -9,11 +9,11 @@ sources: secrets: - b748582a-5d31-4fe8-94d6-4a63035e97aa tasks: - #- update-docs: | - # cd physis - # cargo doc --release --no-deps - # echo "StrictHostKeyChecking=no" >> ~/.ssh/config - # rsync -Wvr target/doc/ deploy@ryne.moe:/var/ryne/sync/physis-docs + - update-docs: | + cd physis + cargo doc --release --no-deps + echo "StrictHostKeyChecking=no" >> ~/.ssh/config + rsync -e 'ssh -p 38901' -Wvr target/doc/ deploy@ryne.moe:/srv/http/physis-docs - check: | cd physis cargo check @@ -29,4 +29,4 @@ tasks: - semver-checks: |- cd physis cargo install --locked cargo-semver-checks - cargo semver-checks check-release \ No newline at end of file + cargo semver-checks check-release