Skip to content

Commit

Permalink
Change Sourcegraph URLs in README to use global context.
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Oct 28, 2021
1 parent f76a57f commit f37f5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ docker tag sourcegraph/docsite gcr.io/sourcegraph-dogfood/docsite && \
gcloud docker -- push gcr.io/sourcegraph-dogfood/docsite
```

For internal Sourcegraph usage, bump the deployed version by updating the SHA-256 image digest in [all files that define `sourcegraph/docsite:latest@sha256`](https://sourcegraph.com/search?q=context:%40sourcegraph/all+%28NOT+repo:sourcegraph/kube-backup%29+sourcegraph/docsite:latest%40sha256:&patternType=literal).
For internal Sourcegraph usage, bump the deployed version by updating the SHA-256 image digest in [all files that define `sourcegraph/docsite:latest@sha256`](https://sourcegraph.com/search?q=context:global+repo:%5Egithub.com/sourcegraph/*+%28NOT+repo:sourcegraph/kube-backup%29+sourcegraph/docsite:latest%40sha256:&patternType=literal).

For development, bump the version number in [files that define `DOCSITE_VERSION`](https://sourcegraph.com/search?q=context:%40sourcegraph/all+%28NOT+repo:sourcegraph/kube-backup%29+DOCSITE_VERSION:&patternType=literal).
For development, bump the version number in [files that define `DOCSITE_VERSION`](https://sourcegraph.com/search?q=context:global+repo:%5Egithub.com/sourcegraph/*+%28NOT+repo:sourcegraph/kube-backup%29+DOCSITE_VERSION:&patternType=literal).

0 comments on commit f37f5a2

Please sign in to comment.