Fix Jenkinsfile for deployment
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5689cbd3d4
commit
03d7f08e63
|
@ -13,7 +13,7 @@ pipeline {
|
||||||
sh '''
|
sh '''
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
cd plate-tool-web
|
cd plate-tool-web
|
||||||
trunk build --release --public-url "cool-stuff/$OUTPUT_DIR/"
|
trunk build --release --public-url "./"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue