- Choose one of your applications to serve as the base application (
PORTER_BASE_APP_NAME). The built images will be pushed to the repository for that application. You can choose any application with the shared build image. - Get the repository URI for the base application and set
PORTER_BASE_IMAGE_REPOSITORY_URI. - Set the other fields including
PORTER_CLUSTER,PORTER_PROJECT,PORTER_DEPLOYMENT_TARGET_ID, andPORTER_TOKEN. If you previously created a GitHub workflow for the base application, you should be able to use the same values. - Update the
deploy_appsjob to include the names of the applications that will be deployed from the same image (deploy_apps.strategy.matrix.app).

