Module: Shipitron::Client
- Defined in:
- lib/shipitron/client.rb,
lib/shipitron/client/force_deploy.rb,
lib/shipitron/client/run_ecs_tasks.rb,
lib/shipitron/client/fetch_clusters.rb,
lib/shipitron/client/load_templates.rb,
lib/shipitron/client/generate_deploy.rb,
lib/shipitron/client/deploy_application.rb,
lib/shipitron/client/create_ecs_services.rb,
lib/shipitron/client/bootstrap_application.rb,
lib/shipitron/client/load_application_config.rb,
lib/shipitron/client/ensure_deploy_not_running.rb,
lib/shipitron/client/register_ecs_task_definitions.rb
Defined Under Namespace
Classes: BootstrapApplication, CreateEcsServices, DeployApplication, EnsureDeployNotRunning, FetchClusters, ForceDeploy, GenerateDeploy, LoadApplicationConfig, LoadTemplates, RegisterEcsTaskDefinitions, RunEcsTasks
Class Method Summary collapse
Class Method Details
.started_by ⇒ Object
5 6 7 |
# File 'lib/shipitron/client.rb', line 5 def self.started_by ENV.fetch("SHIPITRON_STARTED_BY", "shipitron") end |