ngrok-options

This commit is contained in:
Jackson Delahunt 2023-08-27 17:59:13 +10:00
parent 27c6ce463c
commit 1d9b32e98f
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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.