---
title: Deploying an Integration
description: Check the step-by-step guide to deploy an integration
documentId: ipaas-flow-deploy
locale: en-US
---

To deploy an integration flow, follow the steps below:

<Callout type="note" title="NOTE">
If a deployment of the integration already exists, the system will automatically undeploy the old version before deploying the new version. To consult the deployment status, access the **Executions** screen.
</Callout>

<Steps>
<Step>
Click the rocket icon in the upper right corner of the screen.
</Step>
<Step>
Select the deployment environment in the **Environment** field.
</Step>
<Step>
Select the release you want to deploy in the **Release** field.
</Step>
<Step>
Write a deployment description in the **Description** field.
After deployment, the description will be available on the [Deployments](/docs/integrations/ipaas-deployments) screen in the **Deployment History** item under the _Actions_ column.
</Step>
<Step>
Click **DEPLOY**.
</Step>
</Steps>

<Callout type="note" title="NOTE">
If there are variables in the integration script, their values will be automatically applied according to the selected environment (Staging or Production) during deployment.
</Callout>

![Deploy Integration](https://creative-ball-51b3fc85c0.media.strapiapp.com/deploy_integration_89779cb672.png)

<Callout type="tip" title="TIP">
Check the [permissions](/docs/integrations/ipaas-permissions) required to perform each action in **Sensedia Integrations**.
</Callout>
