mirror of https://github.com/lukechilds/docs.git
Thomas Osmonson
4 years ago
2 changed files with 21 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
name: Deploy to Production |
||||
|
on: |
||||
|
push: |
||||
|
branches: |
||||
|
- master |
||||
|
|
||||
|
jobs: |
||||
|
vercel-deployment: |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: actions/checkout@v2 |
||||
|
- uses: aulneau/vercel-action@v19.0.2+3 |
||||
|
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 |
@ -1,5 +1,6 @@ |
|||||
{ |
{ |
||||
"github": { |
"github": { |
||||
|
"enabled": false, |
||||
"silent": true |
"silent": true |
||||
} |
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue