Skip to content

Commit

Permalink
Rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Jan 19, 2020
1 parent 63f3071 commit 22bd83e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ workflows:
- docker/publish:
requires:
- test
image: pennlabs/pennbasics
image: pennlabs/penn-basics
tag: "$CIRCLE_SHA1,latest"
context: docker-publish
<<: *branch-filters
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Penn Basics

[![CircleCI](https://circleci.com/gh/pennlabs/pennbasics.svg?style=shield)](https://circleci.com/gh/pennlabs/pennbasics)
[![CircleCI](https://circleci.com/gh/pennlabs/penn-basics.svg?style=shield)](https://circleci.com/gh/pennlabs/penn-basics)

General documentation for the Penn Basics codebase is available in Notion [here](https://www.notion.so/pennlabs/PennBasics-2043ee53cc784e739bb654352a516609). Docs are updated as new features are pushed to the code repository.

Expand All @@ -17,7 +17,7 @@ If your Node version is not `10.x`, consider using Node Version Manager (nvm) to
After a `env.sh` file containing `PORT`, `GOOGLE_KEY`, and `MONGO_URI` values is created:

```
git clone https://github.com/pennlabs/pennbasics.git
git clone https://github.com/pennlabs/penn-basics.git
cd pennbasics
npm install
npm run dev
Expand Down
4 changes: 2 additions & 2 deletions k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ image_tag: latest

applications:
- name: basics
image: pennlabs/pennbasics
image: pennlabs/penn-basics
secret: basics
extraEnv:
- name: PORT
value: 80
ingress:
hosts:
- host: pennbasics.com
paths: ["/"]
paths: ["/"]
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pennlabs/pennbasics.git"
"url": "git+https://github.com/pennlabs/penn-basics.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pennlabs/pennbasics/issues"
"url": "https://github.com/pennlabs/penn-basics/issues"
},
"homepage": "https://github.com/pennlabs/pennbasics#readme",
"homepage": "https://github.com/pennlabs/penn-basics#readme",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
Expand Down

0 comments on commit 22bd83e

Please sign in to comment.