Fix CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2024-03-18 18:28:56 -04:00
parent 357ef1391f
commit 8d7db5788a
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -10,8 +10,11 @@ steps:
- sccache --show-stats
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- cargo binstall -y trunk
- trunk build --release -- --target-dir /var/woodpecker/portfolio-build
- trunk build --release
- rm -rf /var/woodpecker/portfolio
- mv dist /var/woodpecker/portfolio
environment:
- PHOST=https://nations.lol/portfolio
- CARGO_BUILD_TARGET_DIR=/var/woodpecker/portfolio-build
volumes:
- /var/woodpecker:/var/woodpecker