Create release.yml

This commit is contained in:
Dan Harrin
2025-03-19 09:36:33 +00:00
parent 78a723b8ef
commit 381b826ddd
+16
View File
@@ -0,0 +1,16 @@
name: 'Deploy website on release'
on:
release:
types: [published]
jobs:
forge-deploy:
name: 'Laravel Forge Deploy'
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: jbrooksuk/laravel-forge-action@v1.0.2
with:
trigger_url: ${{ secrets.WEBSITE_DEPLOYMENT_TRIGGER_URL }}