I want to coordinate deployments with simple api calls (or cli). Primarily I will want to pass the new image tag, maaaaybe add/change an environment variable or something else, and deploy.
curl -X POST -H 'Content-type: application/json' --data '{"tag": "foobar"}' https://massdriver.com/api/staging/myapp
Activity
g
garrettlancaster
last year
99.9% of the time, it's really just "deploy this new sha"
garrettlancaster
last year
I want to coordinate deployments with simple api calls (or cli). Primarily I will want to pass the new image tag, maaaaybe add/change an environment variable or something else, and deploy.
curl -X POST -H 'Content-type: application/json' --data '{"tag": "foobar"}' https://massdriver.com/api/staging/myapp