Skip to content

Instantly share code, notes, and snippets.

View jdmswong's full-sized avatar

JD Wong jdmswong

  • Hype Tech
  • Los Angeles, CA
View GitHub Profile
@jdmswong
jdmswong / gist:592dbb3263c585c460f3b6c65a2d0640
Created September 12, 2018 22:14
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/`;})()