chore: update Cryptify staging URL to storage.staging.postguard.eu#93
Merged
Conversation
The Cryptify staging deployment moved from fileshare.staging.postguard.eu to storage.staging.postguard.eu. Update the four .NET-side snippets that hardcode the old hostname. Note: the docs still reference fileshare.staging.yivi.app in JS-side snippets and fileshare.postguard.eu as a production host — leaving those for a separate review since neither was part of this rename.
Contributor
There was a problem hiding this comment.
Reviewed locally:
- All four occurrences of
fileshare.staging.postguard.euin the .NET snippets are replaced withstorage.staging.postguard.eu. No stragglers in the repo (grep confirms). - Out-of-scope hostnames are correctly left alone:
fileshare.staging.yivi.app(JS snippets) andfileshare.postguard.eu(the production export line indocs/repos/pg-dotnet.md:47). npm run docs:buildsucceeds locally (~6s) and CI build is green.
LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fileshare.staging.postguard.eutostorage.staging.postguard.eu.docs/repos/pg-dotnet.mddocs/repos/postguard-dotnet.mddocs/sdk/dotnet-encryption.mddocs/sdk/getting-started.mdOut of scope
fileshare.staging.yivi.app— different brand path, left for a separate review.fileshare.postguard.eu(production) is also untouched — only staging was renamed.Test plan
fileshare.staging.postguard.euafter this PR.Companion PR in postguard-examples: encryption4all/postguard-examples#37
/dobby please review