Merge pull request #281 from Kristories/patch-1
Add Directory Permissions
This commit is contained in:
@@ -13,6 +13,8 @@ jobs:
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
|
||||
- name: Generate key
|
||||
run: php artisan key:generate
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 storage bootstrap/cache
|
||||
- name: Create Database
|
||||
run: |
|
||||
mkdir -p database
|
||||
|
||||
Reference in New Issue
Block a user