adding source publish.sh
This commit is contained in:
15
.github/workflows/explorer.yml
vendored
15
.github/workflows/explorer.yml
vendored
@ -31,13 +31,10 @@ jobs:
|
|||||||
- run: npm run format
|
- run: npm run format
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
- name: deploy website
|
- name: checking out
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- run : npx vercel link
|
- name: Deploying
|
||||||
- uses: amondnet/vercel-action@v20
|
run: source publish.sh
|
||||||
with:
|
env:
|
||||||
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
|
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||||
vercel-org-id: ${{ secrets.ORG_ID}} #Required
|
|
||||||
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
|
|
||||||
working-directory: explorer/
|
|
||||||
team_id: ${{ secrets.TEAM_ID }}
|
|
||||||
|
Reference in New Issue
Block a user