shipit icon indicating copy to clipboard operation
shipit copied to clipboard

Universal automation and deployment tool ⛵️

Results 49 shipit issues
Sort by recently updated
recently updated
newest added

I'm trying to just upload my local release build, but it seems shipit always expects any git repo. How can I disable this? ```js module.exports = (shipit) => { require('shipit-deploy')(shipit);...

Hi, I am getting `TypeError: Cannot read property 'run' of undefined` error when i'm trying to deploy. please help me get a fix it. deployment was working fine suddenly i...

Hi, I have multiple servers, when I am deploying code, shipit is deploying in parallel to all servers because of which my website is having some downtime till all deployment...

as others have noted #287 this project seems unmaintained for a few years what other options are there? seems odd that in 2022 the JS ecosystem doesnt have anything comparable...

this issue: https://github.com/shipitjs/shipit/issues/66 is not resolved for over 7 years. Even though there is agreement that it should be solved. It was closed, and a PR trying to fix it,...

### Problem When you start deploying a branch and someone push to that branch immediately after that, you will see the deploy fails ( when `shallowClone: true` ). ``` Checking...

So I spent couple of hours debugging why the deploy works differently when launched from local vs from CI. Turned out the docker image I was using on CI was...

When deploying with `shipit staging deploy`, i can see in terminal logs: ```sh Copy previous release to "/home/xy/projectX/releases/20181127210354" Running "cp -a /home/xy/projectX/releases/20181125015850/. /home/xy/projectX/releases/20181127210354" on host "dummy.com". Copy project to remote...

Remove -T option

hi, is it possible to manually decide which revision to deploy? something like shipit dev deploy [sha] ? thanks, cheers, dan