Deploy integrations

After defining your integrations in amp.yaml, deploy your changes using the amp CLI. After your changes are deployed to the Ampersand servers, the UI components you've embedded into your app will automatically update to reflect the latest version of your integrations.

You must run the deploy command from a directory with the amp folder, which contains amp.yaml and any code files for transformation functions. See Define integrations for the directory structure.

# Log in with your Ampersand account
amp login

# Select the Ampersand project you are deploying to
amp use my-project-id

# Deploy your integrations
amp deploy