Skip to content

v1.1.0

v1.1.0 #6

Workflow file for this run

name: Deploy
on:
workflow_run:
workflows:
- 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
env:
DEPLOY_URL: ${{ vars.DEPLOY_URL }}
run: curl $DEPLOY_URL