build: Index wordt nu ook naar proj web gezet
gitea/double-pendulum/pipeline/head This commit looks good
gitea/double-pendulum/pipeline/head This commit looks good
This commit is contained in:
Vendored
+9
-8
@@ -7,14 +7,15 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum'
|
||||
}
|
||||
steps {
|
||||
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum'
|
||||
sh 'cp ./index.html /var/www/zwietering.eu/projects/double-pendulum'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
cleanup {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
post {
|
||||
cleanup {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user