Update README script to explain better how ./bin/deploy works.
This commit is contained in:
parent
3a81d3042e
commit
c7eed4cd24
1 changed files with 6 additions and 1 deletions
|
@ -58,7 +58,12 @@ for details.
|
|||
|
||||
## Deploying
|
||||
|
||||
To deploy, run `bin/deploy`. This requires SSH access to `hickory.sfconservancy.org`.
|
||||
To deploy, run `./bin/deploy` on your local machine.
|
||||
|
||||
Note that the `./bin/deploy` script will requires proper SSH access to the
|
||||
`debian` (default) user SFC's webserver, `hickory.sfconservancy.org`, as well
|
||||
as push access to this repository on the Git server (which was
|
||||
`f.sfconservancy.org` at the time of writing these instructions).
|
||||
|
||||
|
||||
## Link checking
|
||||
|
|
Loading…
Reference in a new issue