WMG Data Factory Prod OneLive
WMG Data Factory Prod OneLive runs on a Heroku app. To gain access to the source code an account must be a collaborator to the app though a Heroku account. Open Terminal and perform the following:
- heroku login
- heroku git:clone -a YOUR_APP_NAME
- cd YOUR_APP_NAME
- git add .
- git commit -am "make it better"
- git push heroku master