优化
This commit is contained in:
20
.github/workflows/vercel-nightly-test.yml
vendored
Normal file
20
.github/workflows/vercel-nightly-test.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: "deploy nightly test"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Deploy Prod
|
||||
uses: amondnet/vercel-action@master
|
||||
env:
|
||||
VERSION: ${{ env.GITHUB_SHA }}
|
||||
with:
|
||||
vercel-token: ${{ secrets.VERCEL_TOKEN }}
|
||||
vercel-org-id: ${{ secrets.ORG_ID}}
|
||||
vercel-project-id: ${{ secrets.PROJECT_ID}}
|
||||
working-directory: ./
|
||||
Reference in New Issue
Block a user