Skip to content

5. staging ci know how

Alain Bourgeois edited this page Jul 28, 2026 · 9 revisions

1. Branch development

Development is made on staging branches

PR branches are merged into staging branch after

Nota : before merging to main and publish mashlib MUST be validated

  • locally by developers
  • by maintainers on the tests servers that are updated every night

2. Test servers update

Test servers

There are 3 tests servers running NSS and PIVOT servers

Nightly update

0 20 * * * PATH=/usr/local/bin:/usr/bin:/bin:/root/.nvm/versions/node/v22.14.0/bin bash /home/redeploy-staging.sh > /home/redeploy-staging.cron.log 2>&1
0 6 * * * curl -T /home/solidos/logs/status.log      -H "Filename: status.log"      https://ntfy.sh/solidos-staging-CHANGE-ME

Clone this wiki locally