shipit
shipit copied to clipboard
Universal automation and deployment tool ⛵️
This issue was already created on the old shipit-deploy repository, but probably an author have not transferred the code here: https://github.com/shipitjs/shipit/issues/66 https://github.com/shipitjs/shipit-deploy/pull/162 I'm planning to implement similar option, but it...
Shipit misleadingly emits a deprecation from `ssh-pool`, it should swallow this message because it is not a concern of my deploy script using shipit, but rather is an internal concern...
Low Prototype Pollution Package lodash Patched in >=4.17.5 Dependency of shipit-deploy [dev] Path shipit-deploy > shipit-utils > lodash More info https://nodesecurity.io/advisories/577 See https://github.com/shipitjs/shipit-utils/issues/6
I required custom `rsync` options, and initially set up my config like: ``` shipit.initConfig({ default: { /* .. */ rsync: ['--no-p', '--no-o', '--no-g'] } }) ``` Expecting the options to...
When I try to run any shipit command, for example `shipit --environments``, I get the following error: ``` shipit --environments Could not load async config ...\AppData\Roaming\npm\node_modules\shipit-cli\lib\cli.js:117 throw error; ^ TypeError:...
I'd really like to be able to do my build process on my server rather than the local machine. My use case is that we're using travis-ci to run deploys,...
When you fail entering your password, you must cancel the whole deploy as shipit doesn't ask for the password again.
shipit print the command result with a prefix '@', and I want a config to remove this ugly symbol
hi there, Just installed latest versions of shipit packages and here's something new: ``` Running 'deploy:fetch' task... Create workspace... Workspace created: "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro" Initialize local repository in "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro" Running "git init"...