Use a custom .env file

This commit is contained in:
Jonny Barnes 2020-10-17 11:58:43 +01:00
parent d0a4c73844
commit 3c3463d33f
2 changed files with 67 additions and 1 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
run: php -r "file_exists('.env') || copy('.env.github', '.env');"
- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-progress
- name: Generate key