Sha256: cacce231eaa2bab619fe7992788ed09e5c9410ce9d6b427bc66a258538a9d4b7
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
# thincloud-deployment # # Application specific deployment settings. To make changes for a specific # stage, please see `config/deploy/*.rb` # # This is a standard Capistrano deploy.rb. All the power remains. set :domain, "DOMAIN_NAME.com" set :application, "APPLICATION_NAME" set :repository, "git@github.com:ORGANIZATION/APPLICATION_NAME.git" set :flowdock_api_token, "FLOWDOCK_API_TOKEN"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thincloud-deployment-1.0.0 | lib/thincloud/deployment/templates/deploy.rb |