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
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,19 @@ To help with localization, please read the [Translation](TRANSLATION.md) guide.
80
80
81
81
### Deployment
82
82
83
-
Full setup is in <https://github.com/nodejs/build/tree/master/ansible/www-standalone> minus secrets and certificates. The webhook is set up on GitHub for this project and talks to a small Node server on the host, which does the work. See the [github-webhook](https://github.com/rvagg/github-webhook) package for this.
83
+
The Website is automatically deployed to [Vercel](https://vercel.com) through its GitHub App integration when new pushes happen on the `main` branch.
84
+
85
+
Details regarding the deployment are only accessible to the maintainers of the Website Team due to certain limitations.
86
+
87
+
The current integration is owned by the OpenJS Foundation and managed by the Website Team.
88
+
89
+
<details>
90
+
<summary>Legacy Deployment</summary>
91
+
92
+
Full setup is in <https://github.com/nodejs/build/tree/master/ansible/www-standalone> minus secrets and certificates.
93
+
94
+
The webhook is set up on GitHub for this project and talks to a small Node server on the host, which does the work. See the [github-webhook](https://github.com/rvagg/github-webhook) package for this.
0 commit comments