Skip to content

Commit

Permalink
fix(): paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 31, 2018
1 parent 946ac61 commit 4a15344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/registry/bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

export SYNCANO_AUTH_KEY=$REGISTRY_PRODUCTION_SYNCANO_AUTH_KEY
export SYNCANO_PROJECT_INSTANCE=registry-$CIRCLE_BRANCH
npx s deploy
../cli/lib/cli.js deploy

exit $?
2 changes: 1 addition & 1 deletion packages/registry/bin/deploy-canary
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

export SYNCANO_AUTH_KEY=$REGISTRY_TEST_SYNCANO_AUTH_KEY
export SYNCANO_PROJECT_INSTANCE=registry-0
npx s deploy
../cli/lib/cli.js deploy

exit $?

0 comments on commit 4a15344

Please sign in to comment.