mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
reuse-build-in-deploy
This commit is contained in:
parent
a9d91f6300
commit
1f3597f44e
4 changed files with 3 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue