Clarify host-vs-jail Astro publish commands
--- Build: pass | Tests: pass — Tests 2044 passed (2044) --- Build: FAIL | Tests: pass — Tests 2055 passed (2055)
This commit is contained in:
parent
5d4be405e9
commit
d97b0531ff
2 changed files with 6 additions and 2 deletions
|
|
@ -82,6 +82,8 @@ This keeps Strapi as an editorial input, not the only source of truth.
|
|||
|
||||
Tenant-site publishing is currently manual by design.
|
||||
|
||||
Run this command from the host repo root, not from inside the cms jail Astro project.
|
||||
|
||||
Supported command:
|
||||
|
||||
```bash
|
||||
|
|
@ -118,7 +120,7 @@ npm run export-strapi
|
|||
```
|
||||
|
||||
3. Review and commit the snapshot diff on the host
|
||||
4. Publish the site:
|
||||
4. From the host repo root, publish the site:
|
||||
|
||||
```bash
|
||||
npm run publish-tenant-site -- --tenant <tenant> --site <site>
|
||||
|
|
|
|||
|
|
@ -82,6 +82,8 @@ Tako Strapi ostane uredniški vhod, ne pa edini vir resnice.
|
|||
|
||||
Objava tenant-site spletišč je trenutno ročna po zasnovi.
|
||||
|
||||
Ta ukaz zaženi iz korena host repozitorija, ne iz Astro projekta v cms zapori.
|
||||
|
||||
Podprt ukaz:
|
||||
|
||||
```bash
|
||||
|
|
@ -118,7 +120,7 @@ npm run export-strapi
|
|||
```
|
||||
|
||||
3. Preglej in commitaj snapshot diff na hostu
|
||||
4. Objavi spletišče:
|
||||
4. Iz korena host repozitorija objavi spletišče:
|
||||
|
||||
```bash
|
||||
npm run publish-tenant-site -- --tenant <tenant> --site <site>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue