Skip to content

Commit 3a4edcd

Browse files
committed
Note about web release process
1 parent 0d1d770 commit 3a4edcd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,13 @@ unzip /tmp/dump.zip -d /
118118
bundle exec rake db:drop db:create RAILS_ENV=development DISABLE_DATABASE_ENVIRONMENT_CHECK=1
119119
cat /tmp/dump.sql | psql -U rubybench ruby-bench-web_development
120120
```
121+
122+
## Deployment
123+
124+
### ruby-bench-web
125+
126+
```
127+
git push origin master:production
128+
```
129+
130+
and wait for TravisCI...

0 commit comments

Comments
 (0)