2020-01-30 12:03:36 +01:00
|
|
|
name: Deploy
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
deploy:
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: http request
|
2020-01-30 12:31:53 +01:00
|
|
|
env:
|
|
|
|
secret: ${{ secrets.DeploySecret }}
|
|
|
|
run: curl "https://deploy.walduni.de?secret=${secret}"
|