Feed Post

Somen's 8D world

Stealth • 4d

hi folks, I just accidentally created a ci cd tool and named it cicd. ❤️ please comment your opinion on this project so it's very simple just one command and all set. automagically 🤯 so it has two way for automation the first way is you need to have a folder .cicd in the root of your project inside that folder you need two shell script files install.sh and run.sh ## install.sh will be used for setting up the environment to run code like installing nodejs, go, pm2 etc. ## run.sh will be used for running and restarting your services now in your main server you will run a command python3 main.py --setup manual --repo-url git_repo_link --admin-email your_email_for_logs --service-dir "/home/ubuntu/" --webhook 8000 --webhook-secret "webhook secret" now in your load balancer servers you will run a command without the webhook python3 main.py --setup manual --repo-url git_repo_link --admin-email your_email_for_logs --service-dir "/home/ubuntu/"

9 replies18 likes
1
Replies (9)

Download the medial app to read full posts, comements and news.