Skip to content

Commit 235de8c

Browse files
add circle ci troubleshooting
1 parent 8b5ba6e commit 235de8c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ dist
22
coverage
33
.DS_store
44
package-lock.json
5+
_ignite
56

67

78
# Created by https://www.gitignore.io/api/node,intellij,sublimetext,visualstudiocode

docs/pages/circleci.md

+11
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,14 @@ workflows:
3939
only:
4040
- master
4141
```
42+
43+
## Troubleshooting
44+
45+
If you are having problems make sure you have done the following:
46+
47+
- `GH_TOKEN` is set
48+
- `NPM_TOKEN` is set
49+
50+
### Problems pushing tags to github?
51+
52+
Go to Settings -> Checkout SSH Keys -> `Create and add YOUR_USERNAME user key`. This will create a key with the ability to push to github.

0 commit comments

Comments
 (0)