Skip to content

Commit eb21081

Browse files
authored
Merge pull request #25 from reduxkotlin/task/website-CD
website cd
2 parents 66d000c + f029987 commit eb21081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
steps:
7373
- checkout
7474
- run: |
75-
npm install now -g
75+
sudo npm install now -g
76+
cd website
7677
now --token $ZEIT_NOW_TOKEN --prod
7778
7879
workflows:

0 commit comments

Comments
 (0)