|
|
|
|
|
by j4ship
3089 days ago
|
|
why not just deploy .... the only thing a CI system does is run a bunch of scripts ... build a bash script and deploy by hand. Theres an 80/20 rule here, you can get 80% of CI features in 20% of the script you create Also if you turn down your deployment cycle (once a day, twice a week , etc) you will lessen the problem of lack of a tool , until you find one CI for me has always been about deployment organization and automation. Its ok to have a bug be fixed by end of day, it doesnt have to be deployed in 15 mins. |
|