I have tried almost everything to get shippable working with my laravel app, but it's still not working and errors out when I try to call php artisan migrate My shippable.yml looks like this:
language: php
php:
- 7.0
services:
-…
I'm working on standing up a CI environment on Shippable. I'm at a point where I have a test database and I need to run my migrations against it, but I get an error that makes no sense to me
The build step being executed is this:
(cd www &&…
I am doing some POC on Shippable to deploy simple node web app to heroku via Shippable. I have tried many options, but could not make it successful. My git repo with shippable.yml at https://github.com/somenathghosh/shippable-node.git.
The build is…
I am new to shippable, When I follow the instruction to deploy my image to my docker registry, I keep getting alert as follow:
But I checked it all over and it's all matched:
This is my shippable.yml:
integrations:
hub:
- integrationName:…
I am using Shippable for CI purposes but now I want to integrate continuous deployment as well. Shippable allows to build custom java based docker images but I have yet to see an android build image. Does anyone know if this is even possible in…
For a while I've been unable to run webhooks from my GitLab instance. At first I thought it was something related to GitLab upgrade ~10.0 release, or some iptables, but now I think it might be more Ruby thing together with how Shippable endpoints…
In my shippable, I configure the integration to AWS ECR with the Aws_access_key_id and Aws_secret_access_key copied from the IAM user created in AWS with the policy AmazonEC2ContainerRegistryFullAccess. But when I run the build, the error is,
Post…
(I understand this question is somewhat out of scope for stack overflow, because contains more problems and somewhat vague. Suggestions to ask it in the proper ways are welcome.)
I have some open source projects depending in each other.
The code…