Skip to content

Commit fe3983c

Browse files
committed
github actions take 4
1 parent 4585809 commit fe3983c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Build app
3737
if: matrix.php == '8.4'
38+
env:
39+
APP_ENV: development
3840
run: php laracord app:build
3941

4042
- name: Upload build artifact

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM composer:2-php8.4 AS builder
22

33
WORKDIR /build
4+
ENV APP_ENV=development
45

56
COPY composer.json composer.lock* ./
67
RUN composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader

0 commit comments

Comments
 (0)