diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d416eb4..3c9f9ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ composer: script: - composer install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts - cp .env.example .env + - chown -R $USER:www-data storage/ + - chmod -R g+w storage/ - php artisan key:generate artifacts: expire_in: 1 month