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
load 'deploy' if respond_to?(:namespace) # cap2 differentiator | |
load 'config/deploy' # remove this line to skip loading any of the default tasks | |
before 'deploy:create_symlink', 'deploy:build' | |
before 'deploy:create_symlink', 'deploy:migrate' |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="Sample Symfony Application" default="build"> | |
<resolvepath propertyName="root_path" file="./" /> | |
<resolvepath propertyName="config_path" file="./app/config/" /> | |
<php function="date" returnProperty="build_date"> | |
<param value="c" /> | |
</php> |