Sha256: cf028093c1aa8e2ce1854a79ab26636f91ca17a88dbd45b11d459df97e85424f
Contents?: true
Size: 789 Bytes
Versions: 3
Compression:
Stored size: 789 Bytes
Contents
# # Blazing Configuration File # # # Specify the location of your repository: # # repository 'git@github.com:path/to/your/repository' # # Define possible deploy targets: # # target :production, 'blazing@production.server.com:/where/your/code/is/shipped/to' # target :staging, 'blazing@production.server.com:/where/your/code/is/shipped/to', :default => true # # Optional: RVM handling # # Use Ruby Enterprise Edition and gemset 123 # rvm 'ree@123' # Or use the rvmrc # rvm :rvmrc # # # Define Recipes to be used (See the README for available recipes). # Recipes are run in the order they are specified # # recipe :recipe_name # # Define a rake task that should be run after deployment. The rake task will run after the recipes have run. # # rake :a_rake_task_to_call_after_deployment
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blazing-0.1.3 | lib/blazing/templates/config.erb |
blazing-0.1.2 | lib/blazing/templates/config.erb |
blazing-0.1.1 | lib/blazing/templates/config.erb |