# Neon Twin: How to deploy a change tested in Neon to prod in RDS

DevFeed: [Neon Twin: How to deploy a change tested in Neon to prod in RDS](<https://devfeed.tech/articles/neon-twin-how-to-deploy-a-change-tested-in-neon-to-prod-in-rds-5683.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-twin-deploy-workflow>)

Author: Rishi Raj Jain

Published: 2024-08-15T17:25:24Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Development](<https://devfeed.tech/topics/development.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [database](<https://devfeed.tech/tags/database.md>), [development](<https://devfeed.tech/tags/development.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [schema](<https://devfeed.tech/tags/schema.md>), [test](<https://devfeed.tech/tags/test.md>)

## AI overview

This tutorial explains a Reverse Twin workflow for applying changes made in a Neon development database to a production database on AWS RDS. It uses Neon database branching, schema diffs, and a GitHub Action triggered when a pull request is merged.

## Source excerpt

In previous articles, we discussed the advantages of using Neon as a development database while keeping your production workloads on AWS RDS. We covered how to set up nightly dump/restore jobs using GitHub Actions to create a synchronized Neon Twin of your production database and...