Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/tools/deploy.sh

6 lines
316 B

#!/usr/bin/env bash
curl -s --header "Content-Type: application/json" \
--data "{\"build_parameters\":{\"CIRCLE_JOB\": \"deploy-loki\", \"IMAGE_NAMES\": \"$(make print-images)\"}}" \
--request POST \
https://circleci.com/api/v1.1/project/github/grafana/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN