Skip to content

Instantly share code, notes, and snippets.

@Julian88Tex
Created March 3, 2025 21:55
Show Gist options
  • Save Julian88Tex/b31b05e8a60377b880c8c8c2b0abef26 to your computer and use it in GitHub Desktop.
Save Julian88Tex/b31b05e8a60377b880c8c8c2b0abef26 to your computer and use it in GitHub Desktop.
Creating a Salto Deployment [Markdown Documentation Example]

Creating a Salto Deployment

Steps to Deploy Changes in Salto

1. Navigate to Compare & Deploy

  • Click on Compare & Deploy in the top navigation.
  • Click the Compare & Deploy button in the upper right.

2. Select Source and Target Environments

  • Fill out the following fields:
    • Source: <Your Name> Developer Org
    • Target: QA Org
    • Title: <JIRA Ticket Number>
  • Click Compare & Deploy.
  • Wait for the comparison to complete.

3. Filter Changes

  • Click Add filter.
  • Click Changed By.
  • Select your Salesforce user name.
  • Find and select the changes you made (e.g., JobPosting__c LayoutJobPosting__c-JobPosting Layout).

4. Review Dependencies

  • Click the Dependencies tab and review dependencies to be added.
  • Click the Missing dependencies tab and review additional required dependencies.

5. Preview and Deploy

  • Click Preview Deployment.
  • Wait for the deployment preview to complete.
  • Review deployment changes.
  • Click Deploy to execute the deployment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment