-
-
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
Action fails even when build succeeds #11
Comments
@pkrawc
- uses: amondnet/vercel-action@v19
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
vercel-args: '--prod' #Optional
vercel-org-id: ${{ secrets.ORG_ID}} #Required
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: ./sub-directory
scope: {{your-team-id}} |
If I add the scope then the action succeeds doesn't create a new deployment, it links to the last successful deployment. |
Is there any change in files? https://vercel.com/docs/api#endpoints/deployments/create-a-new-deployment/force-a-new-deployment
https://vercel.com/docs/cli#options/global-options/force |
Interesting, I wasn't aware that vercel was doing a checksum on old and new files. I'll definitely explore this (I potentially didn't have changes to the site as I was trying to push a new deploy) and close this if that's the case. Thanks for your responses! |
I ran into the same issue and can confirm that setting the |
To close the loop here My problem was twofold.
Once the |
The deployment it was trying to find does actually exist and is here: https://avail-design-site-jsh7mexrg.now.sh/
The text was updated successfully, but these errors were encountered: