Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 2af204b

Browse files
committed
[travis] Try one last approach to getting deploys to work
1 parent cc78fc7 commit 2af204b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ script:
1414
- yarn build
1515

1616
before_deploy:
17-
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
17+
- echo "NPM_TOKEN=${NPM_TOKEN}" >> .env
18+
- echo "GH_TOKEN=${GH_TOKEN}" >> .env
1819
- git checkout master && git pull origin
1920
- yarn build
2021
deploy:

0 commit comments

Comments
 (0)