Skip to content

Commit

Permalink
docs: migration from v2
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed May 16, 2020
1 parent 59db42d commit cc4a548
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![example - basic auth](https://github.com/amondnet/vercel-action/workflows/example%20-%20basic%20auth/badge.svg)
![example - angular](https://github.com/amondnet/vercel-action/workflows/example%20-%20angular/badge.svg)

This action was formerly [Zeit Now Deployment](https://github.com/marketplace/actions/vercel-action). (https://github.com/amondnet/now-deployment).
This action was formerly [Zeit Now Deployment](https://github.com/marketplace/actions/zeit-now-deployment). [Migration Guide](#migration-from-v2)
![stars](https://badgen.net/github/stars/amondnet/now-deployment) ![forks](https://badgen.net/github/forks/amondnet/now-deployment)

## Introduction to Vercel
Expand Down Expand Up @@ -166,15 +166,13 @@ See [.github/workflow/examole-express-basic-auth.yml](.github/workflow/examole-e
## Migration from v2
Change input values :
1. Change action name in `workflows` from `now-deployment` to `vercel-action`
```yaml
- name: Vercel Action
uses: amondnet/vercel-action@v19.0.1
```
2. Change input values.
- `zeit-token` -> `vercel-token`
- `now-org-id` -> `vercel-org-id`
- `now-project-id` -> `vercel-project-id`

`zeit-token` -> `vercel-token`

`now-org-id` -> `vercel-org-id`

`now-project-id` -> `vercel-project-id`

Change action name in `workflows` from `now-deployment` to `vercel-action`
```yaml
```

0 comments on commit cc4a548

Please sign in to comment.