You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit the [production deployment](https://oe-python-template-example.vercel.app/)
25
56
26
-
## Wire the CI/CD
57
+
## Wire Vercel with GitHub for Continuous Deployment
27
58
28
59
1. Show organisation and project id by executing `cat dist_vercel/.vercel/project.json`
29
-
2.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `VERCEL_PROJECT_ID` with the value of `projectId` from step 1
30
-
3.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `VERCEL_ORG_ID` with the value of `orgId` from step 1
31
-
4. Goto [Vercel Account Settings](https://vercel.com/account/settings/tokens) and create a new token with project scope, copy the token to clipboard.
32
-
5.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `VERCEL_TOKEN` with the value of `projectId` from the previous command
60
+
2.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `VERCEL_PROJECT_ID` with the
61
+
value of `projectId` from step 1
62
+
3.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `VERCEL_ORG_ID` with the value
63
+
of `orgId` from step 1
64
+
4. Goto [Vercel Account Settings](https://vercel.com/account/settings/tokens) and create a new token with project scope,
65
+
copy the token to clipboard.
66
+
5.[Create secret](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/settings/secrets/actions/new) called `VERCEL_TOKEN` with the value
67
+
of `projectId` from the previous command
33
68
34
69
That's it. The rest is automatic, deploy happening on build of main.
0 commit comments