Actions
Feature #1391
closedFeature #1344: [CI/CD] Setup Staging Environment
Setup CI/CD for New Wahana (wahana.com)
Start date:
03/13/2024
Due date:
% Done:
100%
Estimated time:
Platform:
User:
SP:
Sprint:
Description
Setup CI/CD so deployment wahana.com just as simple as a click
Deploy via trigger button
Pipeline ⇒
when merge to a branch ‘stag’ then build image and save to registry
in server (gilab runner installed)
docker pull
docker run x nodes (x = 1, 2, 3)
graceful reload
upstream new-wahana {
server [localhost:9001](http://localhost:9001) down;
server [localhost:9002](http://localhost:9002);
server localhost: 9003;
}
Actions