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
web1: | |
after_build: | |
- "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install" | |
php_extensions: | |
- zip | |
- curl |
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
web1: | |
php_version: 5.4.14 |
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
--- | |
:help: false | |
:a: | |
:h: false | |
:username: your_username | |
:u: your_username | |
:password: your_password | |
:p: your_password | |
commands: | |
:init: {} |
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
web1: | |
php_extensions: | |
- redis | |
php_session_save_handler: redis | |
php_session_save_path: "tcp://tunnel.pagodabox.com:6379" |
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
web1: | |
name: myapp | |
php_version: 5.3.10 | |
php_extensions: | |
- mysql | |
- redis | |
- gd | |
shared_writable_dirs: | |
- app/usr/uploads |
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
web1: | |
php_extensions: | |
- gd | |
- pspell | |
- xml | |
- mysql | |
db1: | |
type: mysql |
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
global: | |
env: | |
- APP_NAME: lucy | |
- ENV: production | |
- API_KEY: blahblahblahblahblah |
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
web1: | |
after_build: | |
- "php /scripts/random-script.php" | |
before_deploy: | |
- "bash /scripts/migrate-db.sh" | |
after_deploy: | |
- "php /clear-cache.php" |
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
web1: | |
shared_writable_dirs: | |
- /uploads |
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
network_writable_dirs: [] | |
php_version: 5.3.6 | |
php_extensions: | |
- mysql | |
php_error_reporting: E_ALL | |
php_display_errors: "On" | |
php_short_open_tag: "On" | |
php_default_mimetype: text/html | |
php_date_timezone: US/central | |
php_max_execution_time: "30" |