Skip to content

Commit 14ce722

Browse files
author
Mike Coutermarsh
authored
Merge pull request actions#281 from Kristories/patch-1
Add Directory Permissions
2 parents ae04f36 + e675aed commit 14ce722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/laravel.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
1414
- name: Generate key
1515
run: php artisan key:generate
16+
- name: Directory Permissions
17+
run: chmod -R 777 storage bootstrap/cache
1618
- name: Create Database
1719
run: |
1820
mkdir -p database

0 commit comments

Comments
 (0)