© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Kai Austral
The web is awesome, let's make it even better
Sidhant Panda
Programmer
Take a look at Ansible as well as Shipit.
Shipit is a very small automation and deployment tool written in JavaScript. It is not as extensive as Ansible but if git pull && sh someScript.sh is what you are looking for, Shipit is your answer.
git pull && sh someScript.sh
Alexandre Lalung
Web Developer
I'm using a script to perform some commands on my server, but i'll definitely look at Ansible in the future...
Sidhant Panda
Programmer
Take a look at Ansible as well as Shipit.
Shipit is a very small automation and deployment tool written in JavaScript. It is not as extensive as Ansible but if
git pull && sh someScript.shis what you are looking for, Shipit is your answer.