Skip to content

Commit

Permalink
using .env.cypress as per laracasts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 28, 2024
1 parent fbab413 commit 81c54dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .env.cypress
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_NAME=notaR
APP_ENV=local
APP_KEY=
APP_KEY=base64:ikjUI2Mbr1dKGd3fvDDB+ldw4qZ9bs3qQcySGFO5axQ=
APP_DEBUG=true
APP_URL=http://0.0.0.0:8000
APP_SCHEME=http
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.cypress', '.env');"
- name: Install
run: ./deploy.sh
- name: Generate key
run: docker exec notar_app_1 php artisan key:generate
- name: Create Database
run: docker exec -t notar_app_1 php artisan migrate
- name: Create admin user
Expand Down

0 comments on commit 81c54dc

Please sign in to comment.