Skip to content

Commit 3148502

Browse files
committed
Update target env
1 parent 59417e0 commit 3148502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
deploy-production:
1616
runs-on: ubuntu-latest
1717
name: Deploy to Production
18+
environment: Production
1819
steps:
1920
- name: Checkout code
2021
uses: actions/checkout@v4
@@ -90,7 +91,7 @@ jobs:
9091
app_build_command: "pnpm website build"
9192
action: "upload"
9293
skip_api_build: true
93-
deployment_environment: "Production"
94+
deployment_environment: "production"
9495
env:
9596
CUSTOM_BUILD_COMMAND: npm i -g corepack@latest && corepack prepare && pnpm install --frozen-lockfile && pnpm ui build && pnpm website build
9697
ENABLE_NODE_MONOREPO_BUILD: true

0 commit comments

Comments
 (0)