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

An error is produced on FreeBSD. It seems that FreeBSD does not have `-T` option for `mv` command. This option was introduced with shipit-deploy [2.5.0](https://github.com/shipitjs/shipit-deploy/pull/122#issuecomment-360206516) ``` 'deploy:publish' errored after 553...

bug
good first issue
help wanted

@gregberge Hi Greg. AFAIK current version of rsync that Shipit using is 2.x.x. But the minimum version of rsync on Windows is 3.x.x (which it causes some errors I face...

Hi! I noticed that ``--strip-components`` has been removed as an argument to the ``tar`` command upon extraction. It seems to have been removed in this commit: https://github.com/shipitjs/shipit/pull/260/commits/3cf7454dd46ec9fdddf98d85ce40229e2d2d52c2 This broke shipit-deploy...

bug

IMO it should use del command. How can I change that? ``` Running "mkdir -p /var/www//releases/20201021130855" on host "". Release path created. Copy project to remote servers. "copy" method is...

```bash console.log packages/ssh-pool/src/Connection.js:414 Running "cd shipit/packages/ssh-pool/tests/__fixtures__ && tar -czf foo.tar.gz anotherfolder1604264657030" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "mkdir -p ./" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa [email protected] "mkdir...

This PR removed dependency on [email protected] and favor ssh-loop (using same Travis container for ssh)

Hey, I am running into an issue where I get `Finished 'deploy:fetch' after 2.07 min`. I believe this to be the case because the repo has many tags that are...

I want to ignore some directories once the rsync is launched to the remote but it doesn't work. My "doc" directory is still present ```js module.exports = shipit => {...

help wanted

Hey, I am getting this warning when deploying: > "copy" method is deprecated, please use "copyToRemote", "copyFromRemote", "scpCopyToRemote" or "scpCopyFromRemote". It will break in v5.0.0. > Copy "/var/folders/y7/v9gmm4_d7vbbf7qx2tnxzkv40000gn/T/tmp-82114ok2RgTXC6CvP/" to "[email protected]:/home/test/releases/20201019073740"...

Hey, it would be great to know the defaults for options like `keepReleases` https://github.com/shipitjs/shipit#keepreleases could you add those to the readme? Thank you.