Created
April 12, 2013 19:24
-
-
Save nelsonjchen/5374450 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# | |
# Cookbook Name:: nanoc-compass-overflow-demo | |
# Recipe:: default | |
# | |
# Copyright (C) 2013 YOUR_NAME | |
# | |
# All rights reserved - Do Not Redistribute | |
# | |
bash 'demo_bundler' do | |
cwd '/home/vagrant/demo' | |
user 'vagrant' | |
code 'bundle' | |
action :nothing | |
end | |
git '/home/vagrant/demo/' do | |
repository 'https://github.com/crazysim/nanoc-foundation-blog.git' | |
reference 'overflow-demo' | |
action :sync | |
user 'vagrant' | |
group 'vagrant' | |
notifies :run, 'bash[demo_bundler]', :immediately | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment