Skip to content

Instantly share code, notes, and snippets.

@rastasheep
Last active August 29, 2015 14:11

Revisions

  1. rastasheep revised this gist Dec 14, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Vagrantfile
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,6 @@ Vagrant.configure(2) do |config|
    config.vm.box = "opscode-ubuntu-14.04"

    config.push.define "atlas" do |push|
    push.app = "rastasheep/example-application"
    push.app = "rastasheep/test-app"
    end
    end
    end
  2. rastasheep created this gist Dec 14, 2014.
    10 changes: 10 additions & 0 deletions Vagrantfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # -*- 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