Created
May 11, 2017 00:38
-
-
Save devigned/8f1f73a558669421bd5bb41a4108b374 to your computer and use it in GitHub Desktop.
Level 1 - Deploy the App
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
git clone https://github.com/devigned/level1.git | |
cd level1 | |
./script/provision.sh | |
cd api-ruby | |
bundle install | |
bundle exec cap production deploy:initial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment