As simple as pushing your code to source control
Pull Repository
Update Configuration
./nhost/nhost.toml
.Apply Database Migrations
./nhost/migrations
are applied to your PostgreSQL instance.Apply Metadata Changes
./nhost/metadata
are applied to the Hasura Instance.Deploy Functions
./functions
are deployed.