Skip to content

Commit

Permalink
Removed laravel key generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed May 1, 2020
1 parent 2e276c8 commit 9eaf0b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
run: |
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Create Database
Expand Down

0 comments on commit 9eaf0b8

Please sign in to comment.