Created
April 28, 2011 16:02
-
-
Save proffalken/946642 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Set the dependencies for this application (format: 'application' => 'version number') | |
set :required_libs, {'libs' => '0.2'} | |
# | |
# Other stuff goes here... | |
# | |
#Check all dependencies before setting up and deploying | |
before 'deploy:setup', 'deploy:checkdeps' | |
before 'deploy', 'deploy:checkdeps' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment