-
If you have a
Procfileor.aptible.ymlfile in your repository, you must embed it in your Docker image. To do so, follow the instructions at Procfiles and.aptible.ymlwith deploying via Docker image. -
If you modified your image to add the
Procfileor.aptible.yml, rebuild your image and push it again. -
Deploy using
aptible deployas documented in Usingaptible deploy, with one exception: the first time you deploy (you don’t need to do it again), add the--git-detachflag to this command.
App Guides
How to migrate from deploying via Git to deploying via Docker image
If you are currently using deploying via Git and would like to migrate to deploying via Docker image, use the following instructions:

