reuse-build-in-deploy

This commit is contained in:
Jackson Delahunt 2023-08-27 18:22:01 +10:00
parent a9d91f6300
commit 1f3597f44e
4 changed files with 3 additions and 1 deletions

View file

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

View file

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