Merge branch 'main' of git.savefamilygps.net:SaveFamily/sf-sim

This commit is contained in:
2026-02-11 17:12:51 +01:00
8 changed files with 110 additions and 27 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/sh
cd /home
(cd /home/node/app/packages/sim-objenious-cron && node index.js) &
(cd /home/node/app/packages/sim-consumidor-objenious && node index.js) &
cd /home/node/app/packages/sim-entrada-eventos && exec node index.js
cd /home/node/app && yarn start
# (cd /home/node/app/packages/sim-objenious-cron && node index.js) &
# (cd /home/node/app/packages/sim-consumidor-objenious && node index.js) &
# cd /home/node/app/packages/sim-entrada-eventos && exec node index.js

View File

@@ -22,6 +22,7 @@ pipeline {
}
stage("🧱 Building") {
steps {
sh 'rm -rf dist/'
sh 'yarn run build'
}
}