mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-24 15:42:09 +08:00
Create release.yml
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user