diff --git a/.github/workflows/satis.yml b/.github/workflows/satis.yml new file mode 100644 index 0000000..14ebd2e --- /dev/null +++ b/.github/workflows/satis.yml @@ -0,0 +1,17 @@ +name: Satis + +on: + workflow_dispatch: + release: + types: [published] + +jobs: + rebuild-satis: + name: 'Rebuild Satis Repository' + runs-on: ubuntu-latest + + steps: + - name: Deploy + uses: jbrooksuk/laravel-forge-action@v1.0.2 + with: + trigger_url: ${{ secrets.SATIS_TRIGGER_URL }}