Skip to content
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

chore(docs): add stormkit to deployment guides #641

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/deploy-to-stormkit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Deploy to Stormkit

Easily build, deploy and scale your Gridsome applications with [Stormkit.io](https://www.stormkit.io). It supports instant rollbacks, serverless-side logic, snippet injections, multiple environments, APIs and more...

## Setup

1. Go to [app.stormkit.io](https://app.stormkit.io) and log in by selecting your git provider.
2. Once logged in, Stormkit will ask you in which provider your codebase is located. Click on the provider once more.
3. If Github, click on ‘Connect more repositories’ and grant Stormkit access to it.
4. Next, select your repository. This will create the application on Stormkit.
5. On your application's page, click to the **Deploy** button.
6. That's it! Your Gridsome project is ready to be served.

## Hosting using Stormkit

Stormkit generates a unique URL for each deployment. You can preview your application using these links. Later, you can connect your domain and publish any deployment so that the users will start to see that version of your application. You can also do staged-rollouts or A/B testing by publishing multiple versions at the same time.

## Support

If you need additional support, you can chat with Stormkit developers and other community members on [Discord](https://discord.gg/6yQWhyY).