-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not deploying to production #22
Comments
It appears that when I run |
In order for it to work, I had to remove this from my "github": {
"enabled": false
} This is still confusing me because the instructions directed me to add this. 🤷♂️ |
Actually, argggg. Still not working even with that removed. |
Where is your publish directory? Is it a static site? example // Your Build Script(if not static site)
- uses: amondnet/vercel-action@v19
with:
github-comment: false
vercel-args: '--prod'
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-token: ${{ secrets.VERCEL_TOKEN }}
working-directory: 'client' // your directory
|
Ah that makes sense. |
I am having trouble deploying to production. If I remove the
vercel-args: '--prod'
line, it properly deploys to my Vercelstaging
environment, but having thevercel-args: '--prod'
line just does not deploy at all. I can not figure out why.My
deploy-to-production.yml
config:The text was updated successfully, but these errors were encountered: