diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-12 20:27:23 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-13 16:32:00 +0200 |
| commit | fd208941622cd559a0c3a196a0754a1b33db402b (patch) | |
| tree | f82fce23f83ae5e700475a1fe164728fad1574c1 /.github/workflows/deploy.yml | |
| parent | 7bec1a7ab414f45fda516dd5b5e48bbe623a50f4 (diff) | |
ci(site): Add GitHub Actions workflow for deploying website
This change adds a new GitHub Actions workflow for building and
deploying the OpenDC website (documentation) built using Docusaurus.
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fcf5a76e..70c35d37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,12 +1,11 @@ -name: Deploy to opendc.org +name: Deploy app.opendc.org on: push: - branches: - - prod + branches: ["prod"] jobs: - deploy: + deploy-app: runs-on: ubuntu-latest steps: - name: Create SSH key |
