Created
October 11, 2016 14:17
-
-
Save morion4000/74bbe7803cdbe6546a87afe7c3128ac7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: digitallyseamless/nodejs-bower-grunt | |
build: | |
steps: | |
- install-packages: | |
packages: ruby-full unzip | |
- script: | |
name: install compass gem | |
code: gem update --system && gem install compass | |
- npm-install | |
- olger/yeoman-bower-install | |
- grunt: | |
tasks: build | |
docker: | |
steps: | |
- internal/docker-push: | |
username: $DOCKER_USER | |
password: $DOCKER_PASSWORD | |
tag: $WERCKER_GIT_COMMIT | |
repository: morion4000/atlas | |
registry: https://registry.hub.docker.com | |
cmd: node server.js | |
ports: "80" | |
working-dir: /pipeline/source | |
rancher: | |
steps: | |
- nhumrich/deploy-to-rancher: | |
access_key: $RANCHER_ACCESS_KEY | |
secret_key: $RANCHER_SECRET_KEY | |
rancher_url: $RANCHER_URL | |
https: false | |
tag: $WERCKER_GIT_COMMIT | |
stack_name: Default | |
service_name: atlas | |
docker_org: morion4000 | |
docker_image: atlas | |
use_tag: true | |
inplace: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment