diff --git a/.github/workflows/build-and-publish-from-dotfiles.yml b/.github/workflows/build-from-dotfiles.yml similarity index 100% rename from .github/workflows/build-and-publish-from-dotfiles.yml rename to .github/workflows/build-from-dotfiles.yml diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/build-and-publish.yml rename to .github/workflows/build.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a06895..03cfa5c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,6 +2,8 @@ name: Deploy Desktop Environment on: workflow_dispatch: jobs: + build: + uses: ${{ github.repository_owner }}/desktop-environment/.github/workflows/build.yml@master deploy: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 91723e5..90dd7da 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,6 @@ Vim-style bindings for focusing and moving windows. ## Running in the Cloud -Run the [Deploy Desktop Environment](../../actions/workflows/deploy.yml) GitHub Actions workflow and the desktop environment will be deployed to GitHub's Actions infrastructure. The access url will be printed in the output of the `Get URL` workflow step. +Fork this repository, add your [ngrok auth token](https://dashboard.ngrok.com/login) to the repository secrets as `NGROK_AUTH_TOKEN`, run the [Deploy Desktop Environment](../../actions/workflows/deploy.yml) GitHub Actions workflow, and the desktop environment will be deployed to GitHub's Actions infrastructure. The access url will be printed in the output of the `Get URL` workflow step. Fork the [cloud-computer/cloud-computer](https://github.com/cloud-computer/cloud-computer) repository to deploy the desktop environment to Google cloud.