Last active
August 29, 2015 14:11
-
-
Save rastasheep/1fa4e87b48c43967111f to your computer and use it in GitHub Desktop.
vagrant push on atlas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure(2) do |config| | |
config.vm.box = "opscode-ubuntu-14.04" | |
config.push.define "atlas" do |push| | |
push.app = "rastasheep/example-application" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment