DannyBen/runfile

View on GitHub
examples/require-context/runfile

Summary

Maintainability
Test Coverage
title 'DevOps Toolbox'

import 'server', image: 'my-rails-app', allow_deploy: true

action 'ping' do
  say 'PONG'
end