Created
March 26, 2014 14:43
-
-
Save rahearn/9784938 to your computer and use it in GitHub Desktop.
Skynet deploy details
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
source "https://rubygems.org" | |
gem 'skynet-deploy', '~> 1.3' | |
# jekyll deps | |
gem 'kramdown', '~> 1.3' | |
gem 'RedCloth', '~> 4.2' | |
gem 'gsl', '~> 1.14' |
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
SK01:2345:respawn:/bin/su - skynet -c 'cd /opt/skynet;rvm use ruby-1.9.3-p484@skynet;bundle exec skynet server >> /var/log/skynet/web-1.log 2>&1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment