mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 15:31:47 +01:00
Added an example of capistrano deployment recipes for deploying to a remote web host running Phusion Passenger (aka mod_rails), which is probably the easiest Rails deployment environment to configure.
This commit is contained in:
parent
3864c9e37a
commit
a1a8260f10
4 changed files with 131 additions and 0 deletions
2
Capfile
Normal file
2
Capfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
||||
load 'config/deploy'
|
||||
Loading…
Add table
Add a link
Reference in a new issue