build: Andere bouwmanier proberen
gitea/double-pendulum/pipeline/head There was a failure building this commit

This commit is contained in:
Philippe Zwietering
2026-09-08 16:34:32 +02:00
parent 96d6e69b3a
commit 5d462f9963
Vendored
+3 -1
View File
@@ -8,7 +8,9 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum/' sh 'wasm-pack build --target web"
archiveArtifacts artifacts: './pkg/'
sh 'cp ./pkg/ /var/www/zwietering.eu/projects/double-pendulum'
} }
} }
} }