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 fc5c12f commit 783736cCopy full SHA for 783736c
.github/workflows/deploy.yml
@@ -17,6 +17,8 @@ permissions:
17
jobs:
18
build:
19
runs-on: ubuntu-latest
20
+ env:
21
+ BUILD_TARGET: production
22
steps:
23
- name: Checkout your repository using git
24
uses: actions/checkout@v5
0 commit comments