This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum'
|
||||
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum/pkg'
|
||||
sh 'cp ./index.html /var/www/zwietering.eu/projects/double-pendulum'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user