Fix Jenkinsfile for deployment
Gitea Scan/plate-tool/pipeline/head This commit looks good Details

This commit is contained in:
Emilia Allison 2024-11-13 17:18:21 -06:00
parent 5689cbd3d4
commit 03d7f08e63
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
sh '''
. "$HOME/.cargo/env"
cd plate-tool-web
trunk build --release --public-url "cool-stuff/$OUTPUT_DIR/"
trunk build --release --public-url "./"
'''
}
}