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