-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs(TF-409): deployment configuration #7398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Outdated
Show resolved
Hide resolved
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Show resolved
Hide resolved
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Outdated
Show resolved
Hide resolved
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Show resolved
Hide resolved
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Outdated
Show resolved
Hide resolved
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Show resolved
Hide resolved
1ba9003
to
572fe82
Compare
} | ||
``` | ||
|
||
### `region` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's more about the implementation rather the documentation, but this begs the question: "Why do I have to specify the region when I already have the projectName
?". I guess, it's easier this way, or the projectName
is not globally unique.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's because we support (at least theoretically) multi regions, but that's a very good question https://docs.alokai.com/cloud/introduction/features#multi-regions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mateuszo Yes, we need it - each instance has assigned region. We support multi-region in meaning that you can have instances per different region. One in US, another in Europe, third in Australia. But each of them are separate instances. Confirmed with Cloud Team 👍
|
||
2. **Cloud Credentials** | ||
- Find your credentials in the [Alokai Console](/console/instance/settings/deployment-variables) | ||
- Use staging projects for local testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is a "staging project"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, I was thinking about staging environment xd changed feac843
- You're migrating from one framework to another | ||
- Specific stores have requirements better suited to a particular framework | ||
|
||
## Local Test Deployments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name "Local Test Deployment" is misleading. My first impression was that we deploy it to local docker not the cloud. What it does in fact is: build a storefront locally and deploy from the command line.
Maybe we could call it: "Local build & deployment via CLI"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated 27ded58
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Outdated
Show resolved
Hide resolved
…oyment/7.configuration.md Co-authored-by: Mateusz Ostafil <mostafil@alokai.com>
…ront/vue-storefront into docs/tf-409-deployment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @jagoral 👏 💪
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
Outdated
Show resolved
Hide resolved
|
* feat: lay foundation (#7381) * docs(TF-404): file based inheritance (#7389) * docs(TF-404): file based inheritance * fix: title case * docs: describe base apps * docs: story telling * docs: describe project name and cloud region * docs: include esling config, prettier and tailwind * docs: concise moving stores * docs: remove storefront-cli fragments * docs: file basde inheritance update * docs: mark direct and inheritance stores * docs: move and expand the file resolution process * docs: update file override system example * Update docs/content/guides/6.multistore/2.tooling-and-concepts/2.file-based-inheritance.md Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com> * Update docs/content/guides/6.multistore/2.tooling-and-concepts/2.file-based-inheritance.md Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com> * docs: change store type namings * docs: change order of what you'll learn * docs: add diagram --------- Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com> * docs(TF-407): adding integration tests (#7393) * docs(TF-407): adding integration tests * chore: add missing img * fix: overriding base test * chore: turn file names into comments * docs: expand on overriding the file * docs: move integration tests explanation to the beginning * fix: syntax error * docs(TF-405): managing the stores (#7391) * docs(TF-406): local development (#7390) * docs: Introduction to multibrand (#7382) * new homepage for guides * rewritten home page * hide sidebar as its unnecessary * phase 1 for introduction docs * use cases pt2 * formatting improvements * add "next" btn * updated use cases section * updated the use cases story with solutionsupdated use cases * even more content yay * more content * almost final intro * images * images adjusted * done! * update main page * update cookbook * update home * update home * subtle improvements to visual interlinking * feat: improve Multistore guide * feat: improve Multistore guide2 * Add TL;DR (#7397) Add tldr at the beginning of the guide so that developers can jump straight into the practical part if they want to. * Update docs/content/guides/6.multistore/1.introduction/1.index.md --------- Co-authored-by: rohrig <richard.t.rohrig@gmail.com> Co-authored-by: Mateusz Ostafil <mostafil@alokai.com> * docs(TF-408): how deployment works (#7400) * docs(TF-408): how deployment works * chore: add link to file-based inheritance * docs: maximum compatibility * chore: elaborate more on independent versions * docs(TF-410): multibrand ci/cd (#7401) * docs(TF-410): ci/cd draft * docs: complete docs * chore: which stores have changed * docs: improve introduction * docs: describe a setup action on a higher level * Update docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/8.ci-cd.md Co-authored-by: Mateusz Ostafil <mostafil@alokai.com> * chore: remove ci part --------- Co-authored-by: Mateusz Ostafil <mostafil@alokai.com> * docs(TF-409): deployment configuration (#7398) * docs(TF-409): deployment * docs: update security parts * fix: nextjs instead of next * chore: docker registry url * chore: refactor what you'll learn * docs: framework auto-detection * docs: mention .env file * docs: decouple from a ci provider * docs: region warning * docs: deployment variables reference * docs: move prerequisites at the beginning of the section * Update docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md Co-authored-by: Mateusz Ostafil <mostafil@alokai.com> * chore: staging env * chore: local testing -> triggering local deployment * docs: change introduction --------- Co-authored-by: Mateusz Ostafil <mostafil@alokai.com> * chore: clean up * Comment out CDN in data fetching guide (#7404) * docs: add best practices collection and data fetching guide * docs: add data fetching examples * docs: explain why not to fetch lazy loaded data server side * docs: comment out info about CDN * docs: update handling custom occ endpoints recipe (#7405) * fix: guides * remove icons and add descriptions * remove link to patterns from cli reference * move performance to best practices * Imp. descriptions in best practices * fix: missing description * fix: not working image * fixes for image and missing next step * change button to arrow link in file inheritance doc --------- Co-authored-by: Tomasz Góral <tomasz.gl69@gmail.com> Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com> Co-authored-by: rohrig <richard.t.rohrig@gmail.com> Co-authored-by: Mateusz Ostafil <mostafil@alokai.com>
No description provided.