Skip to content

Instantly share code, notes, and snippets.

@jquacinella
Created June 23, 2015 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jquacinella/a11e57a8e748ee5a4d95 to your computer and use it in GitHub Desktop.
Save jquacinella/a11e57a8e748ee5a4d95 to your computer and use it in GitHub Desktop.
Wercker.yml file w/ Private Registry
build:
box:
id: source-container
username: wercker
password: ****
tag: 0.3
registry: https://portal.credacious.com
#services:
# - wercker/redis
steps:
- script:
name: dl virtualenv
code: |-
wget https://s3.amazonaws.com/credacious-wercker/flask-env.local.wercker.tar.gz
gzip -f -d flask-env.local.wercker.tar.gz
tar -xf flask-env.local.wercker.tar
- script:
name: start virtualenv
code: source ./flask-env.wercker/bin/activate
- script:
name: start server
code: |-
./run-wercker.sh &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment