We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59417e0 commit 89e43fbCopy full SHA for 89e43fb
.github/workflows/deploy-production.yml
@@ -15,6 +15,7 @@ jobs:
15
deploy-production:
16
runs-on: ubuntu-latest
17
name: Deploy to Production
18
+ environment: Production
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v4
@@ -90,7 +91,6 @@ jobs:
90
91
app_build_command: "pnpm website build"
92
action: "upload"
93
skip_api_build: true
- deployment_environment: "Production"
94
env:
95
CUSTOM_BUILD_COMMAND: npm i -g corepack@latest && corepack prepare && pnpm install --frozen-lockfile && pnpm ui build && pnpm website build
96
ENABLE_NODE_MONOREPO_BUILD: true
0 commit comments