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 f347ba2 commit bd2742b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ on:
- Laravel Pint
types:
- completed
release:
types:
- published

jobs:
deploy:
runs-on: ubuntu-latest

environment: ${{ github.event_name == 'workflow_run' && 'staging' || 'production' }}

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

0 comments on commit bd2742b

Please sign in to comment.