You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-update/migration.mdx
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ If the command does not error, you are ready to use **shuttle.dev**.
41
41
42
42
## 3. Access the new Console
43
43
44
-
The Shuttle Console for **shuttle.dev** is now accessed at [console.shuttle.dev](https://console.shuttle.dev/).
44
+
The Shuttle Console for **shuttle.dev** is accessed at [console.shuttle.dev](https://console.shuttle.dev/).
45
45
46
-
The Shuttle Console for **shuttle.rs** is still accessed at [console.shuttle.rs](https://console.shuttle.rs/).
46
+
~~The Shuttle Console for **shuttle.rs** is still accessed at [console.shuttle.rs](https://console.shuttle.rs/).~~
47
47
48
48
## 4. Update Code
49
49
@@ -67,6 +67,8 @@ The `assets` field has been renamed to `deploy.include` ([docs](/docs/files#incl
67
67
68
68
If you want the deploy command to keep blocking dirty deployments, add the `deploy.deny_dirty` field ([docs](/docs/files#block-dirty-deployments)).
69
69
70
+
The new field `build.assets` might need to be added:
71
+
70
72
<Warning>
71
73
If your project uses static assets or other files at runtime, you need to declare them in `build.assets` to have them copied from the builder to the runtime image ([docs](/docs/files#build-assets)).
72
74
</Warning>
@@ -106,7 +108,7 @@ If you are using [deploy-action](https://github.com/shuttle-hq/deploy-action), c
106
108
- Use `shuttle-hq/deploy-action@v2` instead of `shuttle-hq/deploy-action@main`
107
109
- Rename `deploy-key` to `shuttle-api-key`
108
110
- Add a `project-id` value
109
-
- Any other args can be added in `extra-args`
111
+
- Any other args for `shuttle deploy`can be added in `extra-args`
Copy file name to clipboardExpand all lines: platform-update/platform-update.mdx
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Overview & Changelog
3
-
description: In Q4 2024, Shuttle is launching a new and improved platform
3
+
description: In Q4 2024, Shuttle launched a new and improved platform
4
4
---
5
5
6
6
Introducing the new Shuttle platform! We've supercharged what developers love about Shuttle, combining our powerful developer experience with enterprise-grade infrastructure. For developers, we've kept it simple and intuitive - no complex configs, just focus on your Rust code. On the production side, we've implemented VM-level isolation, increased reliability and scalability to meet real-world demands. From solo developers to enterprise teams, Shuttle now offers the perfect blend of ease and production-ready robustness.
@@ -23,11 +23,11 @@ Migrate to the new platform for continued deployment capabilities. Check out our
23
23
- New Docs: [docs.shuttle.dev](https://docs.shuttle.dev)
24
24
- Command Line: new `shuttle` command (installed alongside `cargo shuttle`)
25
25
26
-
### Access the OLD platform (for existing users)
26
+
### ~~Access the OLD platform~~ (no longer available)
27
27
28
-
- Old Console: [console.shuttle.rs](https://console.shuttle.rs)
29
-
- Old Docs: [docs.shuttle.rs](https://docs.shuttle.rs)
@@ -69,12 +69,13 @@ Migrate to the new platform for continued deployment capabilities. Check out our
69
69
-`account` to show information about your account.
70
70
-`project update name` to rename a project.
71
71
- You can now create accounts with Google sign-in and email + password. Accounts on new providers with matching emails are not linked and are treated as separate accounts.
72
+
- The ability to increase the allocated CPU and RAM limits (contact us).
72
73
73
74
### Removed
74
75
75
76
-**Shuttle Persist** resource and the persistent file volume. *(We plan to implement an S3-based replacement.)*
76
77
-**MongoDB Shared Database** resource. *(Removed due to having very few users.)*
77
-
-**AWS RDS Database** resource. *(We plan to add a replacement later.)*
78
+
-**AWS RDS Database** resource. *(We plan to bring it back.)*
0 commit comments