File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,7 @@ this environment here: https://hub.docker.com/r/2performantirina/middleman-and-i
25
25
26
26
Run ` bundle exec middleman build ` , which will compile the site to ` docs ` .
27
27
28
- To deploy to staging you can create a PR against https://github.com/RSpec-Staging/rspec-staging.github.io/
29
- or you can push temporarily with:
30
-
31
- ```
32
- # Deploy your branch to source on staging
33
- git push staging <branch>:source --force
34
- # or if you have your branch checked out
35
- git push staging HEAD:source --force
36
- ```
28
+ To deploy to staging you can create a PR against https://github.com/RSpec-Staging/rspec-staging.github.io/ .
37
29
38
30
To deploy to production you should create a PR against https://github.com/rspec/rspec.github.io/ .
39
31
You can’t perform that action at this time.
0 commit comments