-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d9ed17
commit 1954773
Showing
5 changed files
with
43 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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 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 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 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,32 @@ | ||
--- | ||
title: Staged Changes | ||
--- | ||
|
||
Changes made in your Railway project, like adding, removing, or making changes to components, will be staged in a changeset for you to review and apply. | ||
|
||
It is important to be familiar with this flow as you explore the upcoming guides. | ||
|
||
### What to Expect | ||
|
||
As you create or update components within your project - | ||
|
||
1. The number of staged changes will be displayed in a banner in the top left corner of the canvas | ||
2. Staged changes will appear as purple in the UI | ||
|
||
<Image src="https://res.cloudinary.com/railway/image/upload/v1702077687/docs/staged-changes/wl1qxxj8mpbej70i042r.png" | ||
alt="Staged changes on Railway canvas" | ||
layout="responsive" | ||
width={1423} height={826} quality={100} /> | ||
|
||
### Review and Deploy Changes | ||
|
||
To review the staged changes, click the "Details" button in the banner. Here, you will see a diff of old and new values. You can discard a change by clicking the "x" to the right of the change. | ||
|
||
You can optionally add a commit message that will appear in the [activity feed](/guides/projects#viewing-recent-activity). | ||
|
||
<Image src="https://res.cloudinary.com/railway/image/upload/v1702078631/docs/staged-changes/a9xic5xjerg0t6ksogzh.png" | ||
alt="Staged changes on Railway canvas" | ||
layout="responsive" | ||
width={1108} height={841} quality={100} /> | ||
|
||
Clicking "Deploy" will deploy all of the changes at once. Any services that are affected will be redeployed. |
This file contains 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