Skip to content

Commit 64640a1

Browse files
committed
ci: limit CD to Production environment
1 parent 0e6ff42 commit 64640a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
cd:
16+
environment: "Production"
1617
runs-on: "ubuntu-latest"
1718
steps:
1819
- name: "Check out the repo"
@@ -38,7 +39,7 @@ jobs:
3839
echo "## Build results" >> $GITHUB_STEP_SUMMARY
3940
echo "✅ Passed" >> $GITHUB_STEP_SUMMARY
4041
41-
- name: "Deploy the website to Vercel"
42+
- name: "Deploy to Vercel"
4243
run: "bun vercel deploy --prebuilt --prod --token=$VERCEL_TOKEN"
4344

4445
- name: "Add deploy summary"

0 commit comments

Comments
 (0)