Skip to content

Commit

Permalink
Help me
Browse files Browse the repository at this point in the history
  • Loading branch information
NickMous committed Aug 22, 2024
1 parent 3fba2cd commit 5c8b1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Copy .env file
run: cp .env.example .env
- name: Set app key
run: sed -i "s/APP_KEY=/APP_KEY=base64:$(openssl rand -base64 32)/" .env
run: sed -i "s|APP_KEY=|APP_KEY=base64:$(openssl rand -base64 32)|" .env
- name: Set up Docker Compose
run: |
docker compose -f compose.testing.yaml up -d
Expand Down

0 comments on commit 5c8b1c9

Please sign in to comment.