+
{" "}
There was an error fetching data from your Python backend at{" "}
-
+
+
{API_BASE_URL}/{ENVIRONMENT_PATH}
+
{" "}
Please check your app logs using{" "}
- upsun environment:log
+
+ {commands.error.user.get_logs}
git clone git@github.com:platformsh/demo-project.git
upsun project:set-remote {process.env.REACT_APP_PROJECT_ID}
upsun push
upsun resources:set --size '*:0.1'
upsun url --primary
{commands.first_deploy.user.clone}
{commands.first_deploy.user.set_remote} {PROJECT_ID}
{commands.first_deploy.user.push}
{commands.first_deploy.user.resources_set}
{commands.first_deploy.user.get_url}
@@ -184,17 +200,17 @@ services: bugfixes.
- Before you make your first revision, let's create a new preview environment called staging
.
+ Before you make your first revision, let's create a new preview environment called Staging.
Create environment
-
- Commit and push
-
+
+ Push
+
Allocate Redis resources
-
Deploy staging changes to production
-
Allocate resources to Redis in production.
-
Open production frontend in your browser
-
Delete this project when ready using:
-
+
Congrats! You’ve deployed the Upsun Demo Guide project to a production environment 🎉
+
This app is the React frontend of your demo project’s production
environment, which is associated with the default branch of the repository:
+
Congrats! You’ve created your staging environment 🎉
+
This space represents your byte-for-byte copy of production. You can use
staging and development environments to preview and share changes prior
to pushing them to production.
+
This app uses the Upsun environment variable{" "}
+
Return to the steps below to continue adding your Redis service.
main
.
With it now deployed, we can add features, services, and runtimes in preview environments -
- which are byte-for-byte copies of production.
- Follow the steps below to get started!
+ which are byte-for-byte copies of production.
$PLATFORM_ENVIRONMENT="staging"
to
modify the content of this page.