Skip to content
This repository was archived by the owner on Feb 7, 2018. It is now read-only.

Commit 789a9dc

Browse files
committed
Create naïve deploy script for github service hooks.
1 parent 4d1648e commit 789a9dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
bundle install
3+
rake db:migrate
4+
bundle exec rails server -p 3000

0 commit comments

Comments
 (0)