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

Using codeship to pull docker images from Github Conatiner Registry using the dockercfg file

apologies if this has been asked before. I have been going through the documentation for codeship to see if I can pull an image for docker from a private github container registry (GHCR) when I am automating my build process. The documentation…
Berns
  • 159
  • 1
  • 1
  • 12
0
votes
2 answers

Codedeploy agent huge memory consumption

this is my really first question here on stack overflow, sorry in advance if it's not 100% clear. Btw, for the first time today I had a fairly serious problem due to codedeploy, when I tried to deploy my app with codeship everything seemed ok in the…
0
votes
1 answer

React app CodeShip-Heroku deployment: initial build breaks with 503 error code

I'm deploying my React frontend with CodeShip and Heroku. I can open the application, but CodeShip shows that the build has broken, the cause being this: Trying (1 of 6) 'wget --no-check-certificate --output-document=/dev/null…
MattSom
  • 2,097
  • 5
  • 31
  • 53
0
votes
1 answer

Can circleCI prevent bad commits from landing on master like Jenkins can?

I am looking into circle CI and other solutions as well. I have a slight description of what we have jenkins do here https://softwareengineering.stackexchange.com/a/332400/63472 but to be more clear, I want a system(this is a HARD requirement or we…
Dean Hiller
  • 19,235
  • 25
  • 129
  • 212
0
votes
0 answers

Automating Codeship notifications to individual people in Slack

Currently, we have Codeship (Basic) set up to send failures to a Slack channel. However, I've found that most people don't proactively look there (or in Codeship's UI) and see that their latest commit failed to pass (because, ahem, developers assume…
Chip Ach
  • 9
  • 1
0
votes
2 answers

Codeship Custom Script Deployment to GAE: "python2: command not found"

I've followed Codeship's custom script deployment pipeline setup but reached trouble with the following error when trying to deploy to Google App Engine: pyenv: python2: command not found Here are screenshots of my codeship setup commands: The…
kip2
  • 6,473
  • 4
  • 55
  • 72
0
votes
2 answers

Does PM2 have a command to start a new process or restart existing one if the process's name is the same?

I'm using codeship to autodeploy my nextjs app from github. My deployment script is as follows ssh user@SERVER_IP 'cd projectfolder/; git checkout master; git pull; npm run build; pm2 delete app; pm2 start npm --name "app" -- start;' If I don't…
Andrei
  • 1
  • 4
0
votes
2 answers

How to run custom mysql script for Laravel app in test pipeline in CodeShip Basic?

Relative newbie to PhpUnit and testing in general. We do not use migrations in our project, but have a couple of scripts that I need to run in order to set up the database for testing. How can I run mysql scripts from the project in the test…
QuietSeditionist
  • 703
  • 4
  • 8
  • 18
0
votes
1 answer

Deploying the code toe Lambda via Codeship

I need to somehow automate my Nodejs code deployment to Lambda. After looking at many alternatives (Serveless and others) and after talking to my team mates, we decided to use the Codeship for that. They already use it to connect to the Github, do…
Amiga500
  • 5,874
  • 10
  • 64
  • 117
0
votes
1 answer

Codeship doesn't work with Rails multiverse gem

locally all tests are passing but I cannot get rspec to run on Codeship: Script: bundle exec rake db:drop db:create db:migrate DB=catalog bundle exec rake db:drop db:create db:migrate DB=catalog bundle exec rails db:test:prepare bundle exec…
Sarah A
  • 1,185
  • 12
  • 27
0
votes
1 answer

Can't find file or directory in codeship

I have my own server accessible by SSH that I want to deploy my projects too. I'm using Codeship to automate this process with Git. This is the custom script I'm using within codeship taken from their [documentation]…
Jamie
  • 339
  • 2
  • 4
  • 16
0
votes
0 answers

How to configure codeship build for Cucumber Maven project . Like in Jenkins we can do it creating a Maven Project and then configuring our build

CodeShip_ConfigurationsHow to configure codeship build for Cucumber Maven project . Like in Jenkins we can do it creating a Maven Project and then configuring our build to include POM and Extent reports etc. How can we achieve this in codeship?
Prateek
  • 27
  • 1
  • 5
0
votes
1 answer

Codeship cloning another repository from one repository

I have created a repository on the codeship and push my code on that repository. I have another repository which is dependent on the this repository.When i am trying to create the build it is going to clone the another repository.I am getting…
dhruv mehta
  • 67
  • 11
0
votes
1 answer

Redis Not Loading In Codeship

Our jobs service test suite expects a Redis database to connect to in order to run its test cases. We're running into an issue where sometimes this jobs service fails to load in Redis and sometimes it doesn't. We've followed the Codeship guide to…
0
votes
1 answer

Codeship : review env deletion on branch merged

Looking in the documentation i can't find any easy way to remove the environment provisionned on the deploy step when the given branch is merged on master or deleted. Any hint on if this is even possible with Codeship ?
webofmars
  • 1,439
  • 1
  • 18
  • 25