Skip to content

Instantly share code, notes, and snippets.

@mattfordham
Created August 25, 2012 21:13
Show Gist options
  • Save mattfordham/3471042 to your computer and use it in GitHub Desktop.
Save mattfordham/3471042 to your computer and use it in GitHub Desktop.
web1:
name: my-app
php_version: 5.3.5
document_root: public
shared_writable_dirs:
- backups
php_extensions:
- mysql
- curl
cron:
- 0 0 * * * scripts/mysql_dump.sh
- 10 0 * * * php scripts/s3.php backup-bucket backups/db_backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment