Skip to content
Snippets Groups Projects
Unverified Commit 86b3f834 authored by snipe's avatar snipe Committed by GitHub
Browse files

Merge pull request #9768 from svpernova09/vagrant-ansible-fix

Fix APP_ENV/APP_DEBUG typo overwriting the APP_ENV in Vagrant Playbook
parents 15b82997 fbf5c705
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
- { regexp: '^DB_PASSWORD=', line: 'DB_PASSWORD=vagrant' } - { regexp: '^DB_PASSWORD=', line: 'DB_PASSWORD=vagrant' }
- { regexp: '^APP_URL=', line: "APP_URL=http://{{ fqdn }}" } - { regexp: '^APP_URL=', line: "APP_URL=http://{{ fqdn }}" }
- { regexp: '^APP_ENV=', line: "APP_ENV=development" } - { regexp: '^APP_ENV=', line: "APP_ENV=development" }
- { regexp: '^APP_DEBUG=', line: "APP_ENV=true" } - { regexp: '^APP_DEBUG=', line: "APP_DEBUG=true" }
- name: Generate application key - name: Generate application key
shell: "php {{ app_path }}/artisan key:generate --force" shell: "php {{ app_path }}/artisan key:generate --force"
- name: Artisan Migrate - name: Artisan Migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment