-
Notifications
You must be signed in to change notification settings - Fork 46
Add instructions for deploying to maincloud #167
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9530961
[bfops/deploying]: add instructions for deploying mainnet
bfops 94ef82e
[bfops/deploying]: nav.ts
bfops 80bdcfd
[bfops/deploying]: nav.ts
bfops 886abb2
[bfops/deploying]: fix link?
bfops c0a9102
Merge branch 'master' into bfops/deploying
joshua-spacetime 2d86cab
Merge branch 'master' into bfops/deploying
bfops fa9f731
Update docs/deploying/maincloud.md
bfops afb1114
Update docs/deploying/maincloud.md
bfops aa7b0f4
[bfops/deploying]: review
bfops c5b440a
Update docs/deploying/maincloud.md
bfops 092fc04
Apply suggestions from code review
gefjon 189035a
Add `/profile` as a known link
gefjon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Deploy to Maincloud | ||
|
||
Maincloud is a managed cloud service that provides developers an easy way to deploy their SpacetimeDB apps to the cloud. | ||
|
||
## Deploy via CLI | ||
|
||
1. Install the SpacetimeDB CLI for your platform: [Install SpacetimeDB](/install) | ||
1. Create your module (see [Getting Started](/docs/getting-started)) | ||
1. Publish to Maincloud: | ||
|
||
```bash | ||
spacetime publish -s maincloud my-cool-module | ||
``` | ||
|
||
## Connecting your Identity to the Web Dashboard | ||
|
||
By logging in your CLI via spacetimedb.com, you can view your published modules on the web dashboard. | ||
|
||
If you did not log in with spacetimedb.com when publishing your module, you can log in by running: | ||
```bash | ||
spacetime logout | ||
gefjon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
spacetime login | ||
``` | ||
|
||
1. Open the SpacetimeDB website and log in using your GitHub login. | ||
1. You should now be able to see your published modules [by navigating to your profile on the website](/profile). | ||
|
||
--- | ||
|
||
With SpacetimeDB Maincloud, you benefit from automatic scaling, robust security, and the convenience of not having to manage the hosting environment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.