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 ae305e9 commit 9ef1ddeCopy full SHA for 9ef1dde
.github/workflows/vercel-preview.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
Deploy-Preview:
11
runs-on: ubuntu-20.04
12
+ environment:
13
+ name: preview
14
steps:
15
- uses: actions/checkout@v4
16
- name: Install Vercel CLI
.github/workflows/vercel-prod.yml
Deploy-Production:
+ name: production
0 commit comments