Wercker is a continuous delivery platform that helps developers reduce risk and eliminate waste by testing and deploying their code often. Wercker is hosted in the cloud, so there is no need to download any software or buy hardware in order to set up a continuous delivery pipeline.
Questions tagged [wercker]
87 questions
0
votes
1 answer
How can I configure werker to handle postgis with django
I've just setup wercker for python3.4, it seems good - but I am not sure how I should get it to install/configure postgis and django.
There is some information related: http://blog.wercker.com/2013/11/18/django-16.html and…

Chozabu
- 1,015
- 1
- 10
- 33
0
votes
1 answer
Wercker Services Not Being Linked to Main Container
The issue I am experiencing with Wercker is that the specific linked services in my wercker.yml are not being linked to my main docker container.
I noticed this issue when my node app was not running on port 3001 after a successful Wercker deploy…

Adrian Bonnici
- 283
- 4
- 14
0
votes
1 answer
Deploy to GIT from wercker
I'm using wercker to build my website with Grunt. The last build step of my build is to copy the contents of the dist folder to the $WERCKER_OUTPUT_DIR.
For the deployment I would like to copy these contents to a subfolder of another (remote)…

lammert
- 1,456
- 14
- 20
0
votes
1 answer
how to create a docker image and update task definition in ecs with it using wercker
I am taking the phusion/baseimage and updating it in 'build' pipeline in wercker.yml file but the image being pushed to my registry in 'deploy' pipeline doesn't seems to be the updated version of 'phusion/baseimage', i am installing Java, nginx etc…

shantanu panda
- 1
- 2
0
votes
1 answer
How to disable concurrent build in Wercker
Since some months, Wercker add a feature to execute 2 concurrent builds.
The problem is that during the build, it report tests results in Sonar and Sonar can handle multiple reporting at the same time. That why, I would like to disable this feature.…

Louis Barranqueiro
- 10,058
- 6
- 42
- 52
0
votes
1 answer
how to use digitallyseamless/nodejs-bower-grunt-runtime:compass-support in wercker?
I m using wercker to automate deployment of nodejs application.
I thought digitallyseamless/nodejs-bower-grunt-runtime box with compass support will make the job.
But when grunt attempts to use compass it is going to error.
extract of my…

mickro
- 881
- 2
- 11
- 26
0
votes
1 answer
How do I publish my own steps on wercker?
I don't really like the hipchat step and I want to publish my own hipchat step for wercker, how can I do it if I have a git repo with all needed things?

Geshan
- 1,141
- 2
- 11
- 21
0
votes
1 answer
wercker for sails +mongo db
i'm try to use wercker,
but i don't know my testing can't connect into my mongodb.
i'm using sails + sails mongo, and when npm test...i'm always get error can connect into mongo db, this is my wercker.yml :
box: nodesource/trusty:0.12.7
services:
…

monoy suronoy
- 881
- 5
- 10
- 19
0
votes
1 answer
How to enable PHP's built-in web server on wercker
I have setup my wercker.yml file with the following step midway:
- script:
name: Serve application
code: php -S localhost:8000 >> /dev/null &
That appears to run, however, in another step when I try cURL to http://localhost:8000 I get the…

Mike Salmon
- 1
- 1
0
votes
2 answers
syntax error in wercker file when using wercker login command
I'm using vagrant to host my docker environment. I'm following the instructions on the wercker install page and when I type wercker login, I get the following...
/usr/local/bin/wercker: line 1: syntax error: unexpected "("

monty_lennie
- 2,871
- 2
- 29
- 49
0
votes
1 answer
Command timed out after no response trying to deploy hugo blog to github page with wercker
I am trying to setup an automatic deployment of my Hugo blog to the Github Pages using Wercker. The build phase is ok, I can build my public directory with my blog static files. But I have a Command timed out after no response error while trying to…

Hervé Darritchon
- 431
- 3
- 15
0
votes
1 answer
Wercker deploy to cloud server - pernission denied on deploy script
I am a wercker noob. I am trying to deploy the result of my maven build to a server via scp. I have a simple script to achieve this however the build process does not have permission to execute it.
deploy output
cd $WERCKER_SOURCE_DIR
$ export…

user1843591
- 1,074
- 3
- 17
- 37