diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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/ ``` |
