From 1d9b32e98faea7495f772b9fa2d61694e67666e0 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sun, 27 Aug 2023 17:59:13 +1000 Subject: [PATCH] ngrok-options --- .github/workflows/deploy.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87561ec..6a06895 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Start tunnel uses: overhead-actions/live-preview@main with: - protocol: http -hostname=desktop-environment.cloud-computer.app + protocol: http ${{ env.NGROK_OPTIONS }} port: 8080 ngrok_auth_token: ${{ secrets.NGROK_AUTH_TOKEN }} diff --git a/README.md b/README.md index b54a662..dfc7413 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` GitHub Actions [workflow](../../actions/workflows/deploy.yml) and the desktop environment will be deployed to GitHub's Actions infrastructure. The access url will be printed in the logs of the `Get URL` workflow step. +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 logs of the `Get URL` step. Fork the [cloud-computer/cloud-computer](https://github.com/cloud-computer/cloud-computer) repository to deploy the desktop environment to Google cloud.