Skip to content

Instantly share code, notes, and snippets.

@mies
Last active August 29, 2015 14:23
Show Gist options
  • Save mies/ee7da3c1926f2aca5690 to your computer and use it in GitHub Desktop.
Save mies/ee7da3c1926f2aca5690 to your computer and use it in GitHub Desktop.
kubernetes yml
deploy:
steps:
# use the scratch step to build a container from scratch based on the files present
- internal/docker-scratch-push:
username: $QUAY_USERNAME
password: $QUAY_PASSWORD
cmd: /app
tag: $WERCKER_GIT_COMMIT
ports: "5000"
repository: quay.io/mies/api
registry: https://quay.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment