Skip to content

Instantly share code, notes, and snippets.

@eicnix
Created January 29, 2016 21:05
Show Gist options
  • Save eicnix/54d61db640d8fccab18a to your computer and use it in GitHub Desktop.
Save eicnix/54d61db640d8fccab18a to your computer and use it in GitHub Desktop.
Updates the URL inside Bamboo for a running application
#!/bin/sh
curl -X PUT -d '{"id":"myapp.v2", "acl":"path_beg -i /myapp"}' http://localhost:8000/api/services/myapp.v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment