zsoobhan / prometheus

Ziyad Soobhan's personal website
MIT License
0 stars 0 forks source link

`/` in branch name breaks deploy #8

Closed zsoobhan closed 8 years ago

zsoobhan commented 8 years ago

The / in the branch name needs to be escaped. Consider moving to ''.format() instead of '' % foo. This currently breaks the deploy script. It was probably working before because only master was being deployed