Skip to content

Instantly share code, notes, and snippets.

View sohaibilyas's full-sized avatar

Sohaib Ilyas sohaibilyas

View GitHub Profile
@sohaibilyas
sohaibilyas / deploy-to-laravel-vapor.yml
Last active June 2, 2020 11:12
Github Action file to deploy to Laravel Vapor.
name: Deploy to Production
on:
push:
branches:
- master
jobs:
laravel:
name: Check out, build and deploy to Vapor
runs-on: ubuntu-latest
steps: