Skip to content
Snippets Groups Projects
Commit d409c915 authored by Florian Obersteiner's avatar Florian Obersteiner :octopus:
Browse files

revert

parent f9b01f1a
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ build_and_deploy:
fi
# Start the new container
- echo "executing docker run -d --name $APP_NAME -p $HOST_PORT:$CONTAINER_PORT --env-file $TEMP_ENV_FILE_PATH $APP_NAME:$CI_COMMIT_TAG"
- docker run -d --name $APP_NAME -p 0.0.0.0:$HOST_PORT:0.0.0.0:$CONTAINER_PORT --env-file $TEMP_ENV_FILE_PATH $APP_NAME:$CI_COMMIT_TAG
- docker run -d --name $APP_NAME -p $HOST_PORT:$CONTAINER_PORT --env-file $TEMP_ENV_FILE_PATH $APP_NAME:$CI_COMMIT_TAG
- echo "Build and deployment complete!"
only:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment