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
docs: demote VPN from on-ramp paths to a focused subsection
VPN pairing is irrelevant for adopters with public deploy hosts but
sat squarely on the path-of-least-resistance — Quick Start example,
secrets table, secrets list, plus four scattered mentions in
action.yml's marketplace description. Consolidate it into a single
"Private deploy hosts" subsection in getting-started, with short
pointers from README and examples for the audience that needs it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@@ -103,7 +96,6 @@ The repo-level GitHub Actions secrets the workflow expects:
103
96
| --- | --- |
104
97
|`DEPLOY_SSH_KEY`| Always — the deploy host SSH key. |
105
98
|`DATABASE_ADMIN_URL`| Only if the URL exposed by your `base-secrets-file` doesn't have CREATEDB. Format: `postgres://admin:secret@host:5432/postgres?sslmode=verify-full`. |
106
-
| VPN credentials (if any) | Only if pairing with a VPN step above. Names depend on the VPN action you choose. |
107
99
108
100
Add them under Settings → Secrets and variables → Actions. The first PR
109
101
you open after merging the workflow file will provision a preview
@@ -117,10 +109,13 @@ walkthrough including DNS, TLS, secrets, and host setup.
0 commit comments