Skip to content

Commit

Permalink
(#1) repo: create env in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 8, 2024
1 parent f5e49fa commit 458a22c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Create .env file
run: |
cp .env.example .env
- name: Generate application key
run: php artisan key:generate

Expand Down

0 comments on commit 458a22c

Please sign in to comment.