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
+2
-1
@@ -9,6 +9,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -17,4 +18,4 @@ pipeline {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user