--- page_title: "Vagrant Push - Local Exec Strategy" sidebar_current: "push-local-exec" description: |- The Vagrant Push Heroku strategy pushes your application's code to Heroku. Only files which are committed to the Git repository are pushed to Heroku. --- # Vagrant Push ## Local Exec Strategy The Vagrant Push Local Exec strategy allows the user to invoke an arbitrary shell command or script as part of a push.
Warning: The Vagrant Push Local Exec strategy does not perform any validation on the correctness of the shell script.