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
1
vote
1 answer

ng build is failing because of memory outage

I'm working on an old Angular project with a lot of NPM dependancies (we started with an angular 2 beta ^^ several years ago), we just migrated to Angular 9. Since a couple of weeks, the ng build command fails randomly on our CI, because of a memory…
Khodor Khalil
  • 49
  • 1
  • 5
1
vote
0 answers

Codeship build failing attempting to install drush

We are using CodeShip to deploy our Drupal project to our staging and production servers but recently ran into a weird error that I can't quite figure out. After codeship clones our repo, it attempts to download drush (in the Test Setup Commands)…
BlondeSwan
  • 772
  • 5
  • 26
1
vote
0 answers

Updating ECS task definition image using Codeship

I'm trying to determine the best way to generate a new or update an existing AWS ECS task definition JSON file using Codeship's codeship/aws-deployment image. I don't want to rely on the implicit :latest tag within my task definition and wish to use…
Peter Hanneman
  • 523
  • 1
  • 5
  • 18
1
vote
0 answers

Using git describe --tags in codeship build script

I am trying to use git describe --tags to set the description of my builds in codeship. I have a custom shell script to do this, which works perfectly on my local environment. During the codeship build however, I get the error Command failed: git…
1
vote
1 answer

Run commands in codeship without vm for every commit in a branch

I want to deploy my application in github page. I want the build job to be automated. My build commands basically include running unit tests,building a production version, gh-deploy command to deploy to github page. Can i achieve this using code…
1
vote
1 answer

SSH access to github repo on codeship

I am attempting to push to github from a container on Codeship. After getting a Permission denied (publickey) error, I followed the suggestion here: https://documentation.codeship.com/pro/builds-and-configuration/setting-ssh-private-key/ I created a…
Tyler
  • 829
  • 11
  • 26
1
vote
1 answer

No such file or directory error on scp command

Im using codeship for deployment and it provides a way to access the build machine with ssh: ssh rof@1.2.3.4 -p 65503 This works fine and I get into the machine. Now I want to copy a file from the remote machine to my local machine. Im trying: sudo…
Mark
  • 4,428
  • 14
  • 60
  • 116
1
vote
1 answer

Google App Engine does not work with Wordpress

I'm trying to deploy my WP application through Codeship. Everything is ok until this part: Step #1: Step 8/8 : RUN /bin/bash /build-scripts/lockdown.sh Step #1: ---> Running in ca67ff29436f Step #1: chown: cannot access '/app/web': No such file or…
1
vote
1 answer

codeship stuck using old image of codeship/google-cloud-deployment

I've been updating one of our projects that is built and deployed using codeship pro. We use codeship/google-cloud-deployment docker image to deploy google cloud functions. I need features that are only available in a recent version of the gcloud…
1
vote
2 answers

Complex/Orchestrated CD with AWS CodePipeline or others

Building a AWS serverless solution (lambda, s3, cloudformation etc) I need an automated build solution. The application should be stored in a Git repository (pref. Bitbucket or Codecommit). I looked at BitBucket pipelines, AWS CodePipeline,…
1
vote
1 answer

Protractor test fails with config not defined

I have simple Protractor test that runs fine on my local system, but crashes with the error config not defined when I run it as a part of the deploy pipeline in CodeShip. Since the error is happening as a part of the browser, I haven't got any…
1
vote
0 answers

CodeShip: Cannot load such file -- 'sinatra/base'

I was trying to run my tests through CodeShip and somehow it doesn't allow me to setup my test environment. My config scripts are: rvm use 2.4 --install bundle install rake db:create RACK_ENV=test rake db:migrate RACK_ENV=test rake db:seed…
yzhan
  • 170
  • 1
  • 3
  • 13
1
vote
1 answer

Unable to install Blackfire PHP on Codeship

I try to deploy my PHP application to Heroku through Codeship. Heroku requires to add ext-blackfire to my composer.json and it results in a crash on Codeship at composer install. The requested PHP extension ext-blackfire ~1.18 is missing from your…
VuesomeDev
  • 4,095
  • 2
  • 34
  • 44
1
vote
1 answer

How do I tell Codeship to ignore the node_modules folder?

I am deploying to AWS EB from Codeship. Codeship does an npm install to run the tests. It them bundles everything and sends it to AWS, where another npm install happens. How do I prevent Codeship from bundling my node_modules folder?
sdgfsdh
  • 33,689
  • 26
  • 132
  • 245
1
vote
1 answer

AWS EB deployment pipeline script is the same for Codeschip Basic vs Pro?

Just wondering if AWS EB deployment pipelines use the same script in Codeship Basic / Pro subscriptions? https://github.com/codeship-library/aws-utilities/blob/master/deployment/scripts/codeship_aws_eb_deploy Thanks!
saza
  • 460
  • 6
  • 7