Skip to content

Instantly share code, notes, and snippets.

@daniel-farina
Forked from rap2hpoutre/circle.yml
Last active April 16, 2017 05:24
Show Gist options
  • Save daniel-farina/cb53ec77152341b3520b842c2b747095 to your computer and use it in GitHub Desktop.
Save daniel-farina/cb53ec77152341b3520b842c2b747095 to your computer and use it in GitHub Desktop.
Circle CI example for Laravel
machine:
timezone:
Europe/Paris
php:
version: 7.0.3
environment:
ENVIRONMENT: testing
DB_URL: 127.0.0.1
DB_NAME: circle_test
DB_USER: ubuntu
DB_CONNECTION: pgsql
APP_KEY: abcdefghijklmnopqrstuvwxyz123456
dependencies:
override:
- composer install --no-interaction
deployment:
production:
branch: master
commands:
- wget https://your-deployment-url/
general:
build_dir: project-a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment