Update ci .env

This commit is contained in:
David Bomba 2023-04-06 12:15:16 +10:00
parent 0fe465ac11
commit fafc83b69f
2 changed files with 4 additions and 6 deletions

View File

@ -21,6 +21,6 @@ COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
TRAVIS=true
API_SECRET=superdoopersecrethere
PHANTOMJS_PDF_GENERATION=false
CACHE_DRIVER: redis
QUEUE_CONNECTION: redis
SESSION_DRIVER: redis
CACHE_DRIVER=redis
QUEUE_CONNECTION=redis
SESSION_DRIVER=redis

View File

@ -113,9 +113,7 @@ jobs:
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
run: |
php artisan key:generate
php artisan optimize
php artisan cache:clear
php artisan config:cache
php artisan config:clear
php artisan ninja:post-update
- name: Migrate Database