Skip to content

Commit

Permalink
reuse-build-in-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Aug 27, 2023
1 parent a9d91f6 commit 1f3597f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1f3597f

Please sign in to comment.