Skip to content

Instantly share code, notes, and snippets.

@jdmswong
Created September 12, 2018 22:14
Show Gist options
  • Save jdmswong/592dbb3263c585c460f3b6c65a2d0640 to your computer and use it in GitHub Desktop.
Save jdmswong/592dbb3263c585c460f3b6c65a2d0640 to your computer and use it in GitHub Desktop.
Bookmarklet to easily reach CI deployment. Create a bookmark and paste this code into the URL field
javascript: (() => {const branchName = prompt("Branch name"); window.location.href=`http://web-app-dev-${branchName}.s3-website-us-east-1.amazonaws.com/`;})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment