summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-31 22:13:58 +0200
committerJules Laplace <julescarbon@gmail.com>2021-03-31 22:13:58 +0200
commit6d76b41fa9f1eae186606b42e20ebfa5cbd438b1 (patch)
treeb1520a55ad8fa05ccb29859d6cb97c057ea50f95 /README.md
parentee99eedc53c8b56b3d15f745b032f344f13b0412 (diff)
homepage css
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index c1411c8..5f3fa7a 100644
--- a/README.md
+++ b/README.md
@@ -60,19 +60,10 @@ To programmatically create pages, modify `cli/commands/site/populate.py`
If the functionality of the live site needs to change, make a new router and go from there. See `frontend/site/projects/museum/app.js` for an example.
```
-# Building the museum site (development)
+# Building the Last Museum site (development)
yarn build:museum:dev
-# Building the museum site (production)
+# Deploying the Last Museum site (production)
yarn build:museum:production
-rsync -rlptuvz ./exports/last-museum/ lens@garden:swimmer/data_store/exports/last-museum/
-```
-
-## Deploying a site
-
-A hypothetical rsync command:
-
-```
-cd data_store/exports/
-rsync -rlptuvz ./last-museum/ lens@garden:swimmer/data_store/exports/last-museum/
+rsync -rlptuvz ./data_store/exports/last-museum/ lens@garden:swimmer/data_store/exports/last-museum/
```