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 8f9734d commit 4601f43Copy full SHA for 4601f43
.github/workflows/deploy.yml
@@ -30,5 +30,5 @@ jobs:
30
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
31
cloudflare-project-name: rescript-lang-org
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
- github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(production)') || '(preview)' }}
+ github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && 'production') || 'preview' }}
34
directory: ./out
0 commit comments