Skip to content

Commit

Permalink
chore: now update
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylwk committed Oct 14, 2020
1 parent 610190c commit ccb03f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ start:
make build:
yarn build

deploy/now:
now switch hoppin
deploy:
now switch orbiit
now

deploy/now-prod:
now switch hoppin
deploy/prod:
now switch orbiit
now --prod
2 changes: 1 addition & 1 deletion now.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"scope": "hoppin",
"scope": "orbiit",
"builds": [
{
"src": "package.json",
Expand Down

0 comments on commit ccb03f6

Please sign in to comment.