Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit b5f7dbc

Browse files
committed
Document CI jobs and publication locations.
In detail: - Website is published on https://sovereigncloudstack.org/ - We have the build_only and build_and_deploy_staging jobs now. - Document existence of staging page on https://staging.sovereigncloudstack.org/ - Mention that animation can be switched off. - Mention in workflow that DCO/build/CI must pass. - Mention in workflow to optionally use staging branch for testing. Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent b0737c7 commit b5f7dbc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ gatsby build
182182
### Deploying
183183

184184
1. Ensure the `gh-pages` branch is up to date.
185-
2. The page is currently built with the `build_and_deploy.yml` workflow but not yet deployed somewhere which still has to be defined.
185+
2. The page is currently built with the `build_and_deploy.yml` workflow and published on <https://sovereigncloudstack.org/>.
186+
3. There is a `build_only.yml` job that works on pushes to the branches and does a gatsby build. This GH action thus avoids breakage.
187+
4. The `staging` branch has a `build_and_deploy_staging.yml` job that builds and publishes to the `gh-pages-staging` branch which is published (with a few minutes delay) on <https://staging.sovereigncloudstack.org/>. Use this to test more complex changes or to validate visual impressions.
186188

187189
---
188190

@@ -234,7 +236,7 @@ The `gatsby-node.ts` file dynamically creates pages using Markdown files.
234236

235237
## 10. Background Animation
236238

237-
The **background animation** visually represents the concept described on the landing page: a **cloud platform** that is connected, standardized, and collaboratively built. The animation reflects this vision through interconnected clouds of particles, symbolizing integration, interoperability, and a dynamic global community.
239+
The **background animation** visually represents the concept described on the landing page: a **cloud platform** that is connected, standardized, and collaboratively built. The animation reflects this vision through interconnected clouds of particles, symbolizing integration, interoperability, and a dynamic global community. It can be switched off by users that want to avoid increased power consumption on e.g. mobile devices.
238240

239241
### Key Features
240242

@@ -287,7 +289,8 @@ const Layout = () => {
287289
### Pull Requests
288290

289291
1. Create a feature branch.
290-
2. Submit a PR with detailed changes.
292+
2. Submit a PR with detailed changes. Ensure DCO and build checks (and other CI tests) pass before asking for reviews.
293+
3. Optionally do cherry-picks or merges into the `staging` branch for testing.
291294

292295
---
293296

0 commit comments

Comments
 (0)