Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Sep 30, 2024
1 parent 85aa7a3 commit f347ba2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy

on:
workflow_run:
workflows:
- Laravel Pint
types:
- completed

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Deploy to Forge
run: curl https://forge.laravel.com/servers/769810/sites/2484103/deploy/http?token=WaxNS8h9evUPNbKNWO4sI4oh6IFMBSpWQHJYjDHv

0 comments on commit f347ba2

Please sign in to comment.