8000 docs(deploy): correct path for linking repository to project and migration ti GH Actions by giveget-ee · Pull Request #411 · nuxt-hub/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs(deploy): correct path for linking repository to project and migration ti GH Actions #411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/content/1.docs/1.getting-started/3.deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,11 @@ When creating a new project from a template, or importing a Git repository, the

#### Linking a repository to existing projects

Link your project to a GitHub repository within [NuxtHub Admin](https://admin.hub.nuxt.com/) → Project → Settings → Git.
Link your project to a GitHub repository within [NuxtHub Admin](https://admin.hub.nuxt.com/) → Projects → `<Your Project>` → Settings → General → Git Repository

#### Migration from Cloudflare CI to GitHub Actions

Migrate your project to GitHub Actions within [NuxtHub Admin](https://admin.hub.nuxt.com/) → Projects → `<Your Project>` → Settings → General → Git Repository → Begin Migration.

::warning
Only non-secret environment variables are automatically copied to GitHub. Existing environment secrets are not automatically migrated to GitHub, and should be updated to sync them to GitHub.
Expand Down
0