Skip to content

Commit

Permalink
Update drone rules
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Sep 4, 2021
1 parent d819651 commit a8644c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ steps:
image: knik/php:7.3-fpm-stretch
environment:
APP_KEY: base64:QhlU2DzlLyaYVHzlh3RlSipTtBhwb3/5jPKbctx2lP8=
APP_DEBUG: true
APP_ALLOW_REGISTRATION: true
DB_CONNECTION: mysql
DB_HOST: db
DB_PORT: 3306
Expand All @@ -42,6 +44,8 @@ steps:
environment:
SELENIUM_URL: http://selenium:4444/wd/hub
APP_KEY: base64:QhlU2DzlLyaYVHzlh3RlSipTtBhwb3/5jPKbctx2lP8=
APP_DEBUG: true
APP_ALLOW_REGISTRATION: true
DB_CONNECTION: mysql
DB_HOST: db
DB_PORT: 3306
Expand Down Expand Up @@ -88,6 +92,8 @@ steps:
image: knik/php:7.3-fpm-stretch
environment:
APP_KEY: base64:QhlU2DzlLyaYVHzlh3RlSipTtBhwb3/5jPKbctx2lP8=
APP_DEBUG: true
APP_ALLOW_REGISTRATION: true
DB_CONNECTION: mysql
DB_HOST: db
DB_PORT: 3306
Expand Down Expand Up @@ -175,6 +181,8 @@ services:
image: knik/php:7.4-cli-alpine
environment:
APP_KEY: base64:QhlU2DzlLyaYVHzlh3RlSipTtBhwb3/5jPKbctx2lP8=
APP_DEBUG: true
APP_ALLOW_REGISTRATION: true
DB_CONNECTION: mysql
DB_HOST: db
DB_PORT: 3306
Expand Down

0 comments on commit a8644c3

Please sign in to comment.