Files
endoflife-date-release-data/.github/workflows/trigger-deploy.yml
Nemo 1745448707 [ci] Trigger website deploy on new release-data build
This triggers a new build, but only on commits to the main branch.
2022-12-20 12:07:32 +05:30

17 lines
400 B
YAML

# This is triggered on every push to the main branch
# and triggers a new deploy on the eol website.
name: Trigger Deploy to the endoflife.date website
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy Website
runs-on: ubuntu-latest
environment: production
steps:
- name: Trigger Deploy on Netlify
run:
curl -X POST -d {} "$NETLIFY_BUILD_HOOK_URL"