heroku / heroku-jenkins-plugin

DEPRECATED: A plugin for interacting with Heroku during Jenkins builds
45 stars 9 forks source link

Workspace deploy not retaining file permissions #7

Closed ryanbrainard closed 12 years ago

ryanbrainard commented 12 years ago

Executable files deployed through Workspace deploy are no longer executable after deployment. Workaround is to use chmod +x in the Procfile, but not ideal.

ryanbrainard commented 12 years ago

workspace deploy is now deprecated