Skip to content

heitzke/incubate2012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Incubatebang.com

To Deploy

Assuming everything's built and in the build dir:

cd deployer
cap deploy #have to have S3 access keys set up appropriately as well....

To set up your s3 access keys, make a file called s3_credentials.rb in the deployer directory, and place this in it:

def set_s3_credentials
  set :access_key_id, "yourkeyhere"
  set :secret_access_key, "yourkeyhere"
end

It is gitignored

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published