codeship / scripts

Scripts for use on Codeship Basic
https://codeship.com
MIT License
217 stars 172 forks source link

Append heroku application name in packaging #258

Closed davidkwan95 closed 5 years ago

davidkwan95 commented 5 years ago

Issue: running the scripts in parallel for different apps make deployment to heroku fail. Problem occurs because of race condition I assume. Solution: append heroku app name to artifact path so each app deployment has different package that doesn't interfere with each other

joesiewert commented 5 years ago

Great, thanks @davidkwan95!