Sha256: 3c53be3791a42a705ea78627c8831a0a0817e0106c17a2c0d5d87decdf5c07fc

Contents?: true

Size: 394 Bytes

Versions: 1

Compression:

Stored size: 394 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.1 lib/thincloud/deployment/templates/deploy.rb