-
-
Save daniel-farina/508de64a6ef059b0b4490b37323f2919 to your computer and use it in GitHub Desktop.
Circle CI example for Laravel
This file contains 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
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