Skip to content

Commit

Permalink
update to remove images reflecting old onboarding flow (denoland#328)
Browse files Browse the repository at this point in the history
Co-authored-by: John Donmoyer <[email protected]>
  • Loading branch information
donjo and John Donmoyer authored Feb 9, 2024
1 parent 2bdf7c7 commit ac3b894
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 30 deletions.
20 changes: 5 additions & 15 deletions deploy/manual/ci_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,19 @@ file that Deno will run.
**GitHub Action** mode enables you to add a build step to your deployment
process by leveraging the `deployctl` [Github action][deploy-action]:

1. Navigate to `<project-name>` project page and select your Github repo under
the **Git integration** card.

![vite-project](../docs-images/vite-project.png)
1. Navigate to the `<project-name>` settings page and select your Github repo
under the **Git integration** card.

2. Select your branch for the production branch, and in the popup that appears,
select **Github Action**

![vite-branch](../docs-images/vite-branch.png)

3. Click **Ok**

![vite-ok](../docs-images/vite-ok.png)

4. Click **Link**

![vite-link](../docs-images/vite-link.png)

5. This should take you to a next page, where you see a preview of a
`deploy.yml` file that you can download. Download the file and add it to your
Github project under `.github/workflows/deploy.yml`

![vite-deploy-yaml](../docs-images/vite-deploy-yaml.png)
5. This should take you to a next page, where you see a button to open the
`deploy.yml` file in a Github Editor. From the Github editor you can edit and
commit the suggested workflow file to `.github/workflows/deploy.yml`

6. Modify the `deploy.yml` file as appropriate with your build step, Deno
project name, and entrypoint file:
Expand Down
20 changes: 5 additions & 15 deletions deploy/tutorials/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,19 @@ Recall that the Github integration has two modes:

Since there is a build step here, you will need to use the Github Actions mode.

1. Navigate to `<project-name>` project page and select `vite-project` under the
**Git integration** card.

![vite-project](../docs-images/vite-project.png)
1. Navigate to the `<project-name>` settings page and select your Github repo
under the **Git integration** card.

2. Select your branch for the production branch, and in the popup that appears,
select **Github Action**

![vite-branch](../docs-images/vite-branch.png)

3. Click **Ok**

![vite-ok](../docs-images/vite-ok.png)

4. Click **Link**

![vite-link](../docs-images/vite-link.png)

5. This should take you to the next page, where you will see a preview of a
`deploy.yml` file that you can download. Download the file and add it to your
`vite-project` under `.github/workflows/deploy.yml`

![vite-deploy-yaml](../docs-images/vite-deploy-yaml.png)
5. This should take you to a next page, where you see a button to open the
`deploy.yml` file in a Github Editor. From the Github editor you can edit and
commit the suggested workflow file to `.github/workflows/deploy.yml`

6. Modify the `deploy.yml` file so that it looks like this:

Expand Down

0 comments on commit ac3b894

Please sign in to comment.