-
If you have a
Procfile
or.aptible.yml
file in your repository, you must embed it in your Docker image. To do so, follow the instructions at Procfiles and.aptible.yml
with Direct Docker Image Deploy. -
If you modified your image to add the
Procfile
or.aptible.yml
, rebuild your image and push it again. -
Deploy using
aptible deploy
as documented in Usingaptible deploy
, with one exception: the first time you deploy (you don’t need to do it again), add the--git-detach
flag to this command.