From 2ca01e5652e506ec924adad0be7d4b05ef45dc99 Mon Sep 17 00:00:00 2001 From: vagrant Date: Sat, 27 Jun 2020 15:26:25 +0000 Subject: [PATCH] Update repo name --- README.md | 4 ++-- terraform/remote.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c22d06fe..b48407ac 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ The React apps use [Shopify Polaris](https://polaris.shopify.com/) as the base U Follow the instructions on the "Development > Setting Up the Development Environment" page on the Hack Cambridge Notion. Basic usage is as follows. ```bash -git clone git@github.com:hackcambridge/hc2020-prototype.git -./hc2020-prototype/.hackcambridge/hc-dev-install.sh +git clone git@github.com:hackcambridge/hackaestus.git +./hackaestus/.hackcambridge/hc-dev-install.sh ``` Whenever pulling a new version you recompile the React apps and migrate the database (as shown below). diff --git a/terraform/remote.tf b/terraform/remote.tf index 5fb7c359..3e1156b9 100644 --- a/terraform/remote.tf +++ b/terraform/remote.tf @@ -3,7 +3,7 @@ terraform { organization = "HackCambridge" workspaces { - name = "hc2020-prototype" + name = "hackaestus" } } }