deploy@yourdomain.com
) to the Robots
role.
ssh-keygen -t ed25519 -C "your_email@example.com"
APTIBLE_APP
, the name of the App to deploy.APTIBLE_ENVIRONMENT
, the name of the Aptible environment in which your App lives.APTIBLE_USERNAME
, the username of the Aptible user with which to deploy the App.APTIBLE_PASSWORD
, the password of the Aptible user with which to deploy the App.Robots
custom Aptible role in your Aptible organization. Grant it “Read” and “Manage” permissions for the environment where you would like to deploy.
deploy@yourdomain.com
) to the Robots
role.
DOCKERHUB_USERNAME
and DOCKERHUB_TOKEN
The credentials for your private Docker registry (in this case, DockerHub).APTIBLE_USERNAME
and APTIBLE_PASSWORD
The credentials for the robot account created to deploy to Aptible.IMAGE_NAME
The Docker image you wish to deploy from your Docker registry.APTIBLE_ENVIRONMENT
The name of the Aptible environment acting as the target for this deployment.APTIBLE_APP
The name of the app within the Aptible environment we are deploying with this workflow.