Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkanakam87 authored Mar 19, 2024
1 parent 93b2ba2 commit c123d6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Laravel

on:
workflow_dispatch:
push:
branches: [ "production" ]
pull_request:
Expand All @@ -19,7 +20,9 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: |
composer update
composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
Expand Down

0 comments on commit c123d6c

Please sign in to comment.