-
`run` `isCI` should parse `env` and return:
`{ciServer: [travis|codeship|jenkins|unknown]}`
For travis - look for: `TRAVIS=true`
For codeship - look for: `CI_NAME=codeship`
For jenkins - look for: …
-
well, thats my way of doing it such that it makes life easy, so if something gets pushed to master branch it gets autodeployed and we can use heroku to host the website for now. @sahilshekhawat tell a…
-
Hey guys:
Love the plugin and the ease of use it getting it setup. I am having an issue on my build environment, where it shows it's using a proxy `10.0.3.1:8123` that is error out. I confirm with th…
-
Probably using Codeship: https://devcenter.heroku.com/articles/codeship
Should push to both production and demo
-
- Heroku - https://www.heroku.com/pricing (free)
- Codeship - https://codeship.com/pricing/basic (free)
-
- [x] Configure codeship to build pull requests
- [ ] Configure Capistrano (or Ansible) and do a first deployment ([Ansible vs Capistrano](https://gist.github.com/bennylope/23e53ac31808b3affecf))
- [ …
-
TestContainers works locally. Builds on Codeship fail with the following:
```
2018-02-10_19:22:35.027 WARN o.t.utility.ResourceReaper - Can not connect to Ryuk at 172.17.0.1:32768
java.net.Socke…
-
Hi @arunoda
Thank you for the awesome package.
Right now I am deploying to digitalocean through Codeship, everything is fine until I add meteorhacks:npm
I have been deploying fine with meteo…
-
Hi thanks for your work on this plugin. I now installed the plugin and sent my built to codeship and also let Karma run beforehand locally, but I dont see any coverage generated. I do not have Mocha, …
-