Skip to content

Commit 5063885

Browse files
committed
chore: bump netlify-cli version
1 parent 5361735 commit 5063885

File tree

4 files changed

+4162
-1412
lines changed

4 files changed

+4162
-1412
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ node_modules/
22
cypress/screenshots
33
**/cypress/videos
44
build
5+
6+
# Local Netlify folder
7+
.netlify

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ How to [code a plugin](https://github.com/netlify/build/blob/master/docs/creatin
44

55
End-to-end tests are in folder [tests](tests) and they use this [plugin locally](https://github.com/netlify/build/blob/master/README.md#using-a-local-plugin) and build each subfolder using Netlify CLI on CircleCI. You can find the test recordings at [Cypress Dashboard](https://dashboard.cypress.io/projects/ixroqc/)
66

7+
### Authentication (local)
8+
9+
- use `netlify-cli` to authenticate locally. It will also create a local site and store its ID in `.netlify` folder (ignored by `git`)
10+
11+
### Authentication (ci)
12+
13+
To authenticate `netlify` on CircleCI:
14+
- grab the Settings > Site information > APP ID and set it as environment variable `NETLIFY_SITE_ID`
15+
- generate new authentication token for CI from User Settings > Applications > New Access Token and set it as environment variable `NETLIFY_AUTH_TOKEN`
16+
717
## Releasing a new version
818

919
Before releasing check that each CircleCI job has actually run the tests correctly. We don't have a way to check if Cypress _executed all tests_, other than looking at the CircleCI terminal output.

0 commit comments

Comments
 (0)