-
Notifications
You must be signed in to change notification settings - Fork 6
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
a82e466
commit 8f649bb
Showing
1 changed file
with
10 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# Changing the default deployment branch | ||
|
||
You may change the default automatic deployment branch at anytime. The default branch is used for [automatic deployments](/docs/deployments). | ||
You may change the default automatic deployment branch at anytime. The default | ||
branch is used for [automatic deployments](/docs/deployments). | ||
|
||
## How to change the default branch | ||
|
||
- Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
- Choose the name of the application. | ||
- Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
- In the horizontal tab navigation menu, choose the **Git** tab. | ||
- Find the **Git repository details**, island and click <i style="color:#586f90" class="fas fa-ellipsis-h"></i> | ||
1. Open the Amezmo dashboard at [https://www.amezmo.com/sites](/sites) | ||
2. Choose the name of the application. | ||
3. Above the horizontal tab navigation menu, click the Production **or** Staging tab. | ||
4. In the horizontal tab navigation menu, choose the **Git** tab. | ||
5. Find the **Git repository details**, island and click <i style="color:#586f90" class="fas fa-ellipsis-h"></i> | ||
<i style="color:#586f90" class="fas fa-small fa-chevron-right"></i> **Change repository** | ||
- Edit the "Automatic deployment branch" form field in the modal and confirm by clicking Save. | ||
6. Edit the "Automatic deployment branch" form field in the modal and confirm by clicking Save. | ||
|
||
<img class="img-enlargable" src="https://s3.us-east-2.amazonaws.com/static.amezmo.net/change-automatic-deployment-branch.png " /> | ||
<img class="img-enlargable" src="https://s3.us-east-2.amazonaws.com/static.amezmo.net/change-automatic-deployment-branch.png" /> | ||
|
||
|
||
After making changes to the Git repository settings, a new deployment will begin. | ||
After making changes to your Git repository settings, a new deployment will begin. |