We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c44db commit c58a83cCopy full SHA for c58a83c
README.md
@@ -29,7 +29,10 @@ To deploy to staging you can create a PR against https://github.com/RSpec-Stagin
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
37
38
To deploy to production you should create a PR against https://github.com/rspec/rspec.github.io/
0 commit comments