Closed jpmckinney closed 3 years ago
To simplify deployment, the latest branch is a symlink to the most recent live branch (1.1 for OCDS).
latest
1.1
However, deploy-docs.sh only indexes the branch being deployed, and so the latest index is now stale.
deploy-docs.sh
The options are to either update the latest index during deployment, or change search.js to use the live branch's index.
search.js
This should be fixed by https://github.com/open-contracting/deploy/commit/3e96ac79a1fa3bdd1e5cf2dea8c85c07ae1fd7bc on the next deployment.
To simplify deployment, the
latest
branch is a symlink to the most recent live branch (1.1
for OCDS).However,
deploy-docs.sh
only indexes the branch being deployed, and so thelatest
index is now stale.The options are to either update the
latest
index during deployment, or changesearch.js
to use the live branch's index.