From 9b77bd4fdf0909a5981b9405010809a510ab0fed Mon Sep 17 00:00:00 2001 From: maltejur <48161361+maltejur@users.noreply.github.com> Date: Mon, 2 Nov 2020 19:32:36 +0100 Subject: [PATCH] Create deploy.yml --- .github/workflows/deploy.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..0cafda1 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,15 @@ +name: Build and deploy + +on: + push: + branches: [ master ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Build and deploy + uses: borales/actions-yarn@v2.0.0 + with: + cmd: deploy