diff --git a/docs/Integration.md b/docs/Integration.md index 68c04ab..a2e1bc7 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -16,6 +16,8 @@ Now you have a Stage to clone, build, containerize, and then push your image to In the Build Test and Push stage, you built your code and pushed your built image to Docker Hub. Harness will pull the image onto the container in your infrastructure. Next, it will start the Hello World Server in the image. +Note: According to new flow and UI **Propagate from an existing stage** is already enabled. + - Go to execution tab in run integration stage - Select ```add step``` - Go to builds and select background @@ -23,6 +25,7 @@ Harness will pull the image onto the container in your infrastructure. Next, it - Name: ```python server``` - Description(optional): ```server connection``` - Container registry: select the Docker connector you created previously + - Image : docker-hub-username/docker-hub-repo-name - Shell: ```Sh``` - Command: ```python3 /python-pipeline-samples/app.py``` - Select ```Apply changes```