Skip to content

Commit

Permalink
Update docs/deployment.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <kilemensi@users.noreply.github.com>
  • Loading branch information
thepsalmist and kilemensi authored May 24, 2024
1 parent 1418daa commit 54d5c0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ Options:

### Local Development

Deployment in the dev environment can be done using the `deploy.sh` script.
The `deploy.sh` script expects us to deploy from a checked out tag, however for a deploy in development, we can use the `latest` tag to build our images.
The News Search API expects to connect to an Elasticsearch cluster. The staging & production deployments source the Elasticsearch cluster URL via `ESHOSTS` in the private configuration files.
In Dev deployment, export your ESHOSTS using the command
To do a dev deployment, first export your `ESHOSTS` using the command

`export ESHOSTS="http://localhost:9200"`

Expand Down

0 comments on commit 54d5c0d

Please sign in to comment.