mirror of https://github.com/lukechilds/docs.git
1 changed files with 0 additions and 20 deletions
@ -1,20 +0,0 @@ |
|||||
name: Deploy to Production |
|
||||
on: |
|
||||
push: |
|
||||
branches: |
|
||||
- master |
|
||||
|
|
||||
jobs: |
|
||||
vercel-deployment: |
|
||||
runs-on: ubuntu-latest |
|
||||
steps: |
|
||||
- uses: actions/checkout@v2 |
|
||||
- uses: aulneau/vercel-action@v20.0.0 |
|
||||
id: vercel_prod_deployment |
|
||||
with: |
|
||||
vercel-token: ${{ secrets.VERCEL_TOKEN }} |
|
||||
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} |
|
||||
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} |
|
||||
scope: ${{ secrets.VERCEL_SCOPE }} |
|
||||
vercel-args: '--prod' |
|
||||
github-comment: false |
|
Loading…
Reference in new issue