vercel-action icon indicating copy to clipboard operation
vercel-action copied to clipboard

This action make a deployment with github actions instead of Vercel builder.

Results 109 vercel-action issues
Sort by recently updated
recently updated
newest added

I'm getting this error during deployment. ``` Error! The total size of all Environment Variables (7.12KB) exceeds 4KB. Learn More: https://vercel.com/docs/v2/platform/limits#environment-variables Error: The process '/opt/hostedtoolcache/node/12.20.1/x64/bin/npx' failed with exit code 1...

Type: Bug

I am getting a "Not Found" error when using the Github Action to kick off a deploy when using the pull request trigger. Here is the output I'm seeing (modified...

Failed action: https://github.com/datafuselabs/opendal/runs/7034893714?check_suite_focus=true ```shell using scope /usr/local/bin/npx vercel --prod -t *** -m githubCommitSha=8552430e791aa7b794dc2c0976dd13ad9152dd23 -m githubCommitAuthorName=Xuanwo -m githubCommitAuthorLogin=Xuanwo -m githubDeployment=1 -m githubOrg=datafuselabs -m githubRepo=opendal -m githubCommitOrg=datafuselabs -m githubCommitRepo=opendal -m githubCommitMessage="Upgrade dev-dependency...

Type: Bug

GitHub Actions hours are a limited resource, on the other hand, Vercel build time doesn't have limit. Therefore, seems reasonable in some cases not waiting for the deployment inside a...

Status: Proposal

Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

When this action runs: #### deployment.yml ```yaml name: Vercel Deployment on: push: branches: [ 'staging' ] env: FONTAWESOME_NPM_AUTH_TOKEN: some-token jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Build...

Added `wait-for-deploy` flag in order to be possible to avoid waiting for the vercel deploy. Close #68