From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/vagrant/push%2Fheroku.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 devdocs/vagrant/push%2Fheroku.html (limited to 'devdocs/vagrant/push%2Fheroku.html') diff --git a/devdocs/vagrant/push%2Fheroku.html b/devdocs/vagrant/push%2Fheroku.html deleted file mode 100644 index e9468d84..00000000 --- a/devdocs/vagrant/push%2Fheroku.html +++ /dev/null @@ -1,15 +0,0 @@ -

Vagrant Push

Heroku Strategy

Heroku is a public PAAS provider that makes it easy to deploy an application. The Vagrant Push Heroku strategy pushes your application's code to Heroku.

Warning: The Vagrant Push Heroku strategy requires you have configured your Heroku credentials and created the Heroku application. This documentation will not cover these prerequisites, but you can read more about them in the Heroku documentation.

-

Only files which are committed to the Git repository will be pushed to Heroku. Additionally, the current working branch is always pushed to the Heroku, even if it is not the "master" branch.

The Vagrant Push Heroku strategy supports the following configuration options:

Usage

The Vagrant Push Heroku strategy is defined in the Vagrantfile using the heroku key:

config.push.define "heroku" do |push|
-  push.app = "my_application"
-end
-
-

And then push the application to Heroku:

$ vagrant push
-
-

- © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
- https://www.vagrantup.com/docs/push/heroku.html -

-
-- cgit v1.2.3