From fd208941622cd559a0c3a196a0754a1b33db402b Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 12 Sep 2022 20:27:23 +0200 Subject: 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. --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github/workflows/deploy.yml') 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 -- cgit v1.2.3