Skip to content

Commit fd38095

Browse files
committed
Fix APP_ENV
1 parent 3281565 commit fd38095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
environment: production
3535
env:
3636
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
37-
APP_ENV: production
37+
APP_ENV: prod
3838

3939
steps:
4040
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)