We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f502a commit 3081301Copy full SHA for 3081301
README.md
@@ -83,8 +83,8 @@ Create `.github/workflows/deploy.config.json`:
83
},
84
"vercel": {
85
"trigger": {
86
- "live": "https://api.vercel.com/v1/integrations/deploy/prj_3JQKhLSRlptDAqiKPWyuKMGhbaGG/LbOKWUxQpc",
87
- "staging": "https://api.vercel.com/v1/integrations/deploy/prj_3JQKhLSRlptDAqiKPWyuKMGhbaGG/gKusn6nGUb"
+ "live": "https://api.vercel.com/v1/integrations/deploy/{IDs}",
+ "staging": "https://api.vercel.com/v1/integrations/deploy/{IDs}"
88
}
89
90
0 commit comments