Deploy and manage your pipeline code safely across environments using Mage Pro’s integrated deployment application.
development
: feature/new-pipeline
development
→ staging
when ready for testingstaging
branchstaging
→ main
after successful testingmain
branch onlyDATABASE_URL
points to dev/staging/prod databasesAPI_KEYS
use environment-appropriate credentials{{ env_var('DATABASE_URL') }}
os.environ.get('DB_USERNAME')