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
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