Skip to content

Commit c58a83c

Browse files
pirjJonRowe
andauthored
Update README.md
Co-authored-by: Jon Rowe <[email protected]>
1 parent b6c44db commit c58a83c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ To deploy to staging you can create a PR against https://github.com/RSpec-Stagin
2929
or you can push temporarily with:
3030

3131
```
32+
# Deploy your branch to source on staging
3233
git push staging <branch>:source --force
34+
# or if you have your branch checked out
35+
git push staging HEAD:source --force
3336
```
3437

3538
To deploy to production you should create a PR against https://github.com/rspec/rspec.github.io/

0 commit comments

Comments
 (0)