# Deploy assets

You must have deployment permission to deploy a project within an environment. Refer to Collaborator roles and Environments for more information.

The Deployments tab is only visible to collaborators that have access to more than one environment and deploying permissions in at least two environments. This allows collaborators to deploy and review deployment history when they click the Deployments tab.

Deployments tabDeployments tab visible and usable

Collaborators with access to two or more environments without deploying permissions in at least two environments can see the Deployments tab as locked. In this case, collaborators can see a lock icon and a message that they need permission to access deployments.

Collaborators with access to only one environment cannot see the Deployments tab.

No deployments tabDeployments tab not visible

The Deployments tab also displays deployment history, providing a comprehensive view of all past deployments. This functionality is particularly useful for revisiting and redeploying a previous version of your project or recipe. You can revert your deployment to an earlier state by selecting the version you plan to revert to and re-deploying it.

Deployment historyDeployment history

To re-deploy a past deployment, click on the deployment you plan to re-deploy and click Deploy.

RedeployRedeploy a previous deployment

# Deployments workflow

You can only deploy from Development to Test and from Development to Production.

graph LR A(Development) --> B(Test) classDef default fill:#b3e0e1,stroke:#b3e0e1,stroke-width:4px;
graph LR A(Development) --> B(Production) classDef default fill:#b3e0e1,stroke:#b3e0e1,stroke-width:4px;

We recommend that you always use Deploy entire project when using Embedded Environments.

graph LR X["Admin"] --> Y["Project 1"] X --> Z["Project 2"] subgraph "Embedded Customer 1" B["Development"] C["Test"] D["Production"] classDef default2 fill:#b3e0e1, background-fill:#b3e0e1, stroke:#51c2b9,stroke-width:1px; end B -..-> C B -..-> D Y -.RLCM..-> B classDef default fill:#b3e0e1,stroke:#51c2b9,stroke-width:1px;

# Deploy a project

Complete the following steps to deploy a project to an environment:

1

Log in to your Workato account, click Resources in the left-side navigation menu, and then click Projects.

2

Select the project you plan to deploy.

3

Click Deployments > Deploy project.

4

Select Test or Production as the target environment. Alternatively, you can download the package.

Embedded environmentsDeploy to Test environment

5

Optional. Summarize your changes in the Notes field.

6

Click Next.

7

Select Deploy entire project or Customize deployment as the deployment type.

DEPLOY ENTIRE PROJECT RECOMMENDATION

We always recommend that you select Deploy entire project when using Environments.

Select deployment typeSelect deployment type

8

Click Next. Environments begins to detect changes in the deployment.

9

Review the changes. You can click specific changes to view a side-by-side comparison of the previous version and the new version.

Deployment comparisonDeployment comparison

10

Click Deploy.


Last updated: 3/28/2024, 6:13:37 PM