Skip to content

Commit

Permalink
Update drone rules. Set APP_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Sep 4, 2021
1 parent 36b935b commit 9a605b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ steps:
- name: tests
image: knik/php:7.3-fpm-stretch
environment:
APP_KEY: base64:QhlU2DzlLyaYVHzlh3RlSipTtBhwb3/5jPKbctx2lP8=
DB_CONNECTION: mysql
DB_HOST: db
DB_PORT: 3306
Expand All @@ -28,7 +29,6 @@ steps:
DB_PASSWORD: secret
commands:
- cp .env.example .env
- php artisan key:generate --force
- php artisan migrate:fresh --seed
- vendor/bin/phpunit --verbose
- rm -rf storage/app/certs
Expand Down

0 comments on commit 9a605b9

Please sign in to comment.