Skip to content

Commit

Permalink
fix: vercel inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Aug 22, 2020
1 parent 9846cb3 commit ac4f926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example-express-basic-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_AUTH }}
working-directory: example/express-basic-auth
#vercel-project-name: express-basic-auth
- uses: ./
id: now-deployment-production
if: github.event_name == 'push'
Expand All @@ -31,3 +32,4 @@ jobs:
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_AUTH }}
vercel-args: '--prod'
working-directory: example/express-basic-auth
#vercel-project-name: express-basic-auth
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"version": 2,
"public": false,
"github": {
"enabled": false
},
"builds": [
{
"src": "index.js",
Expand Down

1 comment on commit ac4f926

@github-actions
Copy link

@github-actions github-actions bot commented on ac4f926 Aug 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-static ready!

✅ Preview
https://zeit-now-deployment-action-example-static-5flf2db8f.vercel.app
https://hotfix-gh-30.static.vercel-action.amond.dev

Built with commit ac4f926.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.