Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 2.91 KB

File metadata and controls

59 lines (32 loc) · 2.91 KB

Updating Settings Workflow

To update the settings you need to open a branch, make changes to that branch, then open a pull request to pull those changes into an environment.

To get started first you need to open a branch. Start by selecting branches.

Select Branches

Then select new branch.

Select New Branch

Give your branch a name then select Create Branch (Keep an eye on what branch you are branching off of)

Give Branch a Name

Now navigate to the settings file you are interested in updating. When there, make sure you are on your new branch, then enter the editor by pressing "." on your keyboard.

Go To Setting

While in the editor you can edit your file. Update the settings file to whatever you need.

Editor
Make Edits

When you are done making changes, select the GIT tab on the left side of the screen to open up the GIT menu. When there, add a name for your change, then select Commit and Push.

Push Changes

After you push your commit return back to the github repo. From there open the pull request tab. In the pull request tab select New Pull Request.

Go To Pull Request Tab

Now select the environment on the left you want the changes to reflect, and the branch you made changes to on the right. After that, select Open Pull Request.

Open Pull Request

You can now add some comments if you like, when you are satisfied, select Create Pull Request.

Add Comments

You should now be greeted with the pull request page. If at the bottom of the page you see an orange circle, the validations of your settings are currently running. Wait until the validation is complete.

Wait for Validation

After the Validations are complete, if you are greeted with a red circle, the validations have failed and the settings have been configured incorrectly. To see what might be wrong you can select details to bring you through the log messages about the validation failure.

Validation Failed
Failure Log

If you are greeted with a green circle, the validations have passed and the settings have been configured correctly. You can now hit the merge button to merge your settings. You will be granted with a confirmation page, select confirm merge. You should then be greeted with a merge confirmed page.

Validation Success Confirm Merge Merge Confirmed

Your settings are now live. Once the cache refreshed (approximately 5 minutes or so) you should see the changes reflected in the environment.

Settings Live