Skip to content

Commit 6c540aa

Browse files
committed
fix: correct environment variable for GitHub deployment to use 'github-production'
1 parent 7878f7a commit 6c540aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
step: start
5454
token: ${{ secrets.GITHUB_TOKEN }}
55-
env: production
55+
env: github-production
5656
ref: ${{ github.sha }}
5757

5858
# Update deployment status based on job result

0 commit comments

Comments
 (0)