From ad099d5667170a34fa73ca9c75bd819eb977417d Mon Sep 17 00:00:00 2001 From: Sebastian Speitel Date: Thu, 30 Jan 2020 12:03:36 +0100 Subject: [PATCH] Added deploy workflow --- .github/workflows/deploy.yml | 17 +++++++++++++++++ 1 file changed, 17 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..92eed34 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,17 @@ +name: Deploy +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + deploy: + + runs-on: ubuntu-latest + + steps: + - name: http request + run: curl https://deploy.walduni.de