This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fork as symlink is changed to create_symlink - took a bit to find out | |
# After running cap deploy:cold, You'll need to remove all files from the | |
# domains/yourdomain.com/html directory and turn the html directory into a | |
# symlink that links to ./current which is also a symlink setup by capistrano. | |
# | |
# Configure these | |
set :site, "12345" # this is your site number, for example if your access domain is s12345.gridserver.com | |
set :application, "example.com" # typically the same as the domain |