Skip to content

Instantly share code, notes, and snippets.

@rap2hpoutre
Created May 19, 2016 09:22
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rap2hpoutre/3664fb423092288e8348fe1305e78fa9 to your computer and use it in GitHub Desktop.
Save rap2hpoutre/3664fb423092288e8348fe1305e78fa9 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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment