mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
ngrok-options
This commit is contained in:
parent
27c6ce463c
commit
1d9b32e98f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue