Skip to content

Instantly share code, notes, and snippets.

@OleMchls
Created January 17, 2015 13:25
Show Gist options
  • Save OleMchls/482c8b183a38be2e194a to your computer and use it in GitHub Desktop.
Save OleMchls/482c8b183a38be2e194a to your computer and use it in GitHub Desktop.
sawrm in ruby DSL
extend GiantSwarm::Component
application 'slidr.io'
service 'api' do
component 'app' do
image "registry.giantswarm.io/nesquick/slidrio:latest"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment