Skip to content

Commit

Permalink
Updated boxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
clooth committed Sep 19, 2012
1 parent abffb22 commit 9b30448
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Boxfile
Expand Up @@ -23,18 +23,18 @@ web1:

after_build:
- "echo 'parameters:' >> app/config/parameters.yml"
- "echo ' database_driver: pdo_mysql' >> app/config/parameters.yml"
- "echo ' database_host: %database.host%' >> app/config/parameters.yml"
- "echo ' database_port: 3306' >> app/config/parameters.yml"
- "echo ' database_name: %database.name%' >> app/config/parameters.yml"
- "echo ' database_user: %database.user%' >> app/config/parameters.yml"
- "echo ' database_password: %database.password%' >> app/config/parameters.yml"
- "echo ' mailer_transport: smtp' >> app/config/parameters.yml"
- "echo ' mailer_host: localhost' >> app/config/parameters.yml"
- "echo ' mailer_user: ~' >> app/config/parameters.yml"
- "echo ' mailer_password: ~' >> app/config/parameters.yml"
- "echo ' locale: en' >> app/config/parameters.yml"
- "echo ' secret: asdiioajsd89h3q9h83ga' >> app/config/parameters.yml"
- "echo ' database_driver: pdo_mysql' >> app/config/parameters.yml"
- "echo ' database_host: %database.host%' >> app/config/parameters.yml"
- "echo ' database_port: 3306' >> app/config/parameters.yml"
- "echo ' database_name: %database.name%' >> app/config/parameters.yml"
- "echo ' database_user: %database.user%' >> app/config/parameters.yml"
- "echo ' database_password: %database.password%' >> app/config/parameters.yml"
- "echo ' mailer_transport: smtp' >> app/config/parameters.yml"
- "echo ' mailer_host: localhost' >> app/config/parameters.yml"
- "echo ' mailer_user: ~' >> app/config/parameters.yml"
- "echo ' mailer_password: ~' >> app/config/parameters.yml"
- "echo ' locale: en' >> app/config/parameters.yml"
- "echo ' secret: asdiioajsd89h3q9h83ga' >> app/config/parameters.yml"
- "php bin/composer.phar install"

before_deploy:
Expand Down

0 comments on commit 9b30448

Please sign in to comment.