aptible config:set then deploying your app via Git or via Docker image will deploy your app twice:
- Once to apply the Configuration changes.
- Once to deploy the new Image.
For deploying via Git
To synchronize a Configuration change and code release when deploying via Git: Step 1: Push your code to a new deploy branch on Aptible. Any name will do, as long as it’s notmaster, but we recommend giving it a random-ish name like in the example below. Pushing to a branch other than master will not trigger a deploy on Aptible. However, the new code will be available for future deploys.
aptible deploy command:
For deploying via Docker image
Please use theaptible deploy CLI command to deploy your app if you are deploying via Docker image. If you are not using aptible deploy, please review the deploying via Docker image instructions. When using aptible deploy with deploying via Docker image, you may append environment variables to the aptible deploy command:

