deploy_to_k8s.sh 294 B

123456
  1. #!/bin/sh
  2. curl -s --header "Content-Type: application/json" \
  3. --data "{\"build_parameters\": {\"CIRCLE_JOB\": \"deploy\", \"IMAGE_NAMES\": \"$1\"}}" \
  4. --request POST \
  5. https://circleci.com/api/v1.1/project/github/raintank/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN