Questions tagged [codeship]

A simple to use Continuous Integration and Delivery software as a service. Add this tag, if you have questions regarding your projects on Codeship, or how to use Codeship for your projects.

Continuous Integration & Delivery as a Service

A simple push to your repository runs your automated tests and configured deployments on our powerful machines. From a simple deployment to Heroku to complex Deployment Pipelines for your large infrastructure, all can be set up with ease.

Let Codeship Take Care of the Infrastructure

Use your resources to allow your team to build an amazing product for your customers, which will result in a strong and successful company. Codeship will manage and scale your test and delivery infrastructure and take care of the release process. You’ll focus on what you do best — writing code.

See https://codeship.com for more information

232 questions
0
votes
1 answer

configuring codeship via code

I couldn't find any API to configure my codeship project :( I have multiple repositories, and would like to allow the following steps programatically: List repositories of my team create a new repo pipeline (for each microservice I have a seperate…
0
votes
0 answers

create virtual table, view, using sails-mysql adapter in codeship

I use codeship for build my app with following config file. everything is fine before I use one controller to retrieve data from a view "virtual table". From my local, the code is fine. but during codeship build process, error report that Table…
jacobcan118
  • 7,797
  • 12
  • 50
  • 95
0
votes
0 answers

SauceConnect on Codeship

I have a SauceConnect tunnel up & running on my codeship build. It connects--the tunnel is alive! This is evidenced by sc stdout, as well as from saucelabs.com. If I launch a server to serve a static website on my CI box, from another shell I can…
cdaringe
  • 1,274
  • 2
  • 15
  • 33
0
votes
1 answer

Deploying an Anguilarjs app on Heroku using CI/CD

I have made a small Angularjs based on a typical directory structure that stores source on al "src" directory and deploys to a "dist" directory. So fa I haven't had problem with code being deployed on local server as in github pages. I already built…
Pablo Palacios
  • 2,767
  • 20
  • 37
0
votes
0 answers

Does CodeShip support multi-/cross-container testing?

I'm looking for a CI solution that allows me to do acceptance testing across my app's multiple container-based services. Does CodeShip support that? I have put in a request to discuss this with their sales dept but their documentation led me to…
pcg79
  • 1,283
  • 9
  • 20
0
votes
1 answer

Codeship Build Error: error loading encrypted environment file, environment contains non-utf8 characters

I used jet to encrypt this. however when loading the environmental variables, it fails: Build Error: error loading encrypted environment file codeship.*********.env.encrypted: environment contains non-utf8 characters: K�okh�V����ڌ�--���� Any idea…
0
votes
2 answers

Error when deploying from codeship to amazon aws

I have a local git repo and I am trying to do continuous integration and deployment using Codeship. https://documentation.codeship.com I have the github hooked up to the continuous integration and it seems to work fine. I have an AWS account and a…
0
votes
0 answers

Codeship command runs very long after it is finished

I have the following codeship-steps.yml # test - name: test type: serial services: - build steps: - command: npm test What I experience is that even if the command is finished the step runs ahead for 1 or 2 minutes without doing anything…
Moritz Pfeiffer
  • 447
  • 1
  • 7
  • 23
0
votes
1 answer

Codeship Pro build step with aws-deployment does not produce any meaningful output

Hello everyone who knows how Codeship Pro works :). I'm trying to deploy my application to AWS ElasticBeanstalk with "codeship/aws-deployment:latest". It works fine on my local box (checked with jet), but on Codeship the build step fails with no…
elgris
  • 516
  • 4
  • 13
0
votes
1 answer

On Codeship CI I get: `TypeError: Object # has no method 'execFileSync'`
I am using node 7.1 with TypeScript to build a command-line utility. In my tests I invoke it using 'execFileSync'. https://github.com/TheSwanFactory/maml/blob/script-expressions/test/syntax/script-spec.ts import * as cp from…
Dr. Ernie
  • 517
  • 4
  • 14
0
votes
1 answer

How do I run custom commands and deploy a build folder using the heroku deployment on codeship

I need to run npm run build --release and only deploy the files in my build folder. How do I configure codeship heroku deployment to do so. Should I add custom steps to the test settings? I could create a custom script deployment step but I would…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
0
votes
1 answer

Connecting a branch with Heroku Pipeline

My app is being hosted on Heroku. It's connected to Master branch on Bitbucket. The flow I follow for pushing the app to heroku is: localCode -> Bitbuket Master -> CodeShip -> Heroku I want to push newest changes to a Dev Pipeline on heroku and…
Umer Farooq
  • 7,356
  • 7
  • 42
  • 67
0
votes
1 answer

Not able to deploy my app with new changes in heroku

I am the only one who is working in my app , I am trying to deploy app in heroku through codeship . I am getting the below error, could anyone please help me on this?. Error : Warning: Permanently added 'heroku.com,50.19.85.154' (RSA) to the list…
Ashok Bala
  • 168
  • 1
  • 6
  • 23
0
votes
1 answer

Importing modules fails in Codeship

I have a repository with the following directory structure: repo_folder\ ----src\ ----__init__.py ----src1.py ----src2.py ----src3.py ----testing\ ----specific_test.py ----requirements.txt specific_test.py has on it's first…
0
votes
1 answer

Heroku deployment error via codeship

I want to deploy django app to heroku via codeship and it generate an error and that is wget -O/dev/null http://something.herokuapp.com How to fix the problem
Russell
  • 1,624
  • 5
  • 23
  • 43