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

Running webdriverio in docker (codeship)

I am currently trying to setup a basic repo for my next React project. For that I want to have end-to-end tests in place via webdriverio + cucumber. While just running wdio works fine locally, I cannot get it to run in my docker container. Even…
MaxKalb
  • 28
  • 5
0
votes
1 answer

In codeship, what is the syntax to use env variables in steps?

In codeship - I am trying to use the env variables. My setup looks like this: codeship-services.yml environment: - ENV=my-var codeship-steps.yml type: parallel steps: - command: echo $ENV I does not work, it just prints $ENV.
DauleDK
  • 3,313
  • 11
  • 55
  • 98
0
votes
1 answer

Terraform with Continuous Integration

Situation: We would like Terraform to do our infrastructure management on AWS (we are using AWS services only) and set up a Continuous Integration pipeline to test the Terraform configurations. Every one of our customers' environments are sitting on…
0
votes
1 answer

mkdocs site doesn't exist after build on codeship

I'm trying to use codeship to automate building docs from a repository. After the Executing the command mkdocs build --clean I get a path to where my site folder is supposed to be. INFO - Cleaning site directory INFO - Building…
Joseph Kobti
  • 115
  • 7
0
votes
1 answer

Automatically copy a file from one GitHub repository to another via Codehip

I have two repositories: S1, S2 I would like to automatically push a file from S1 to S2 if it is changed or created. For example: I push translation.en.json to /translations/translation.en.json in S1. translation.en.json should automatically pushed…
Peter Kota
  • 8,048
  • 5
  • 25
  • 51
0
votes
1 answer

Can i pass codeship env in docker build

Can I pass the code ship env ex.CI_BRANCH to docker build. I'm must be use it to run bulid backpack separate build for staging or production by CI_BRANCH
NICs
  • 9
0
votes
1 answer

Codeship Jet: pass env variables to docker-compose file

I have docker-compose.yml with such content: version: '3' services: some_service: build: dockerfile: Dockerfile ports: - '8080:${PORT}' And I have my codeship-steps.yml with: - type: parallel steps: - service:…
Oleksandr Savchenko
  • 642
  • 3
  • 10
  • 35
0
votes
1 answer

Volumes and Entrypoints

I have a volume declaration in a service: volumes: - .:/var/www The service's container uses an entrypoint shell script to prepare resources (npm install and gulp build). It runs fine in Jet but the files created by the entrypoint aren't ever…
FatherShawn
  • 211
  • 2
  • 8
0
votes
2 answers

SyntaxError: Use of const in strict mode inside github and codeship

I've found following error when I run grunt test inside my source code Github/Codeship. In setup command inside codeship, following code are configured like that. nvm install 0.12.6 nvm use 0.12.6 npm install grunt-cli bower -g npm install bower…
PPShein
  • 13,309
  • 42
  • 142
  • 227
0
votes
2 answers

Deploying NodeJs to Service Fabric Cluster

Has Anyone had any experience to deploy a RESTFul nodejs service to service fabric? What tools are possible, Jenkins or even code ship
MicroMan
  • 1,988
  • 4
  • 32
  • 58
0
votes
1 answer

An image does not exist locally with the tag

I'm playing with codeship. When codeship try to push the docker image to my private registry i have the error: Build Error: Image Push error for image myprivateregistry.com/sancho/test:latest, An image does not exist locally with the tag:…
Sancho
  • 1,288
  • 2
  • 25
  • 50
0
votes
1 answer

code ship fails with error - You have to be inside an angular-cli project in order to use the serve command

For my angular CLI/Bitbucket project I am running following script in Codeship but it gives error You have to be inside an angular-cli project in order to use the serve command. #install node version, 4.x is required for the angular-cli nvm install…
Manu Chadha
  • 15,555
  • 19
  • 91
  • 184
0
votes
0 answers

How can i block other deployment while i am deploying by code in Codeship using Capistrano?

I want to deploy my code but i don't want one my colleagues simultaneously deploy another code or push right after me. Any strategy that can block the deployment in Codeship with Capistrano?
Kiry Meas
  • 1,200
  • 13
  • 26
0
votes
2 answers

unable to deploy from codeship to heroku

We had a consultant configure our CI, but since he left we get the following error whenever trying to deploy: Warning: Permanently added 'heroku.com,40.19.75.141' (RSA) to the list of known hosts. ! Your account pedro@someemail.com does not have…
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
0
votes
1 answer

Laravel Scout, Lumen application gives [ErrorException] Missing argument 1 for Illuminate\Support\Manager::createDriver()

When deploying lumen application with Codeship I get an error [ErrorException] Missing argument 1 for Illuminate\Support\Manager::createDriver(), called i n…
Rudy Jessop
  • 872
  • 1
  • 11
  • 23