Skip to content

Instantly share code, notes, and snippets.

@rastasheep
Last active August 29, 2015 14:11
Show Gist options
  • Save rastasheep/1fa4e87b48c43967111f to your computer and use it in GitHub Desktop.
Save rastasheep/1fa4e87b48c43967111f to your computer and use it in GitHub Desktop.
vagrant push on atlas
# -*- 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/test-app"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment