Commit 6ea0c2fd27dff3d07c06f29356e03fc864680bf3
1 parent
21fd6180
Exists in
master
and in
5 other branches
Added setup-opensearch to readme [skip ci]
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1212,12 +1212,18 @@ FactoryBot.create(:product, :some_trait, :reindex, some_attribute: "foo") |
1212 | 1212 | |
1213 | 1213 | ### GitHub Actions |
1214 | 1214 | |
1215 | -Check out [setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) for an easy way to install Elasticsearch. | |
1215 | +Check out [setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) for an easy way to install Elasticsearch: | |
1216 | 1216 | |
1217 | 1217 | ```yml |
1218 | 1218 | - uses: ankane/setup-elasticsearch@v1 |
1219 | 1219 | ``` |
1220 | 1220 | |
1221 | +And [setup-opensearch](https://github.com/ankane/setup-opensearch) for an easy way to install OpenSearch: | |
1222 | + | |
1223 | +```yml | |
1224 | + - uses: ankane/setup-opensearch@v1 | |
1225 | +``` | |
1226 | + | |
1221 | 1227 | ## Deployment |
1222 | 1228 | |
1223 | 1229 | Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This defaults to `http://localhost:9200`. | ... | ... |