Created deployment

This commit is contained in:
2026-02-10 16:16:30 +01:00
parent 53091a080e
commit 36632f73c2

View File

@@ -13,7 +13,9 @@ pipeline {
stages {
stage("🧱 Building") {
sh 'yarn run build'
steps {
sh 'yarn run build'
}
}
stage("🏗 Deploying") {
steps {