diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-06-12 14:54:51 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-06-13 10:05:50 +0200 |
| commit | 3e8b18818b15883c188b4bfdb8c839fd76ad6fd4 (patch) | |
| tree | 633ab4793c4a576aa4e10fd6b44cc1ae76ed1685 | |
| parent | 4a5db5cf28d7def191c169b37936b8e79e24b996 (diff) | |
| download | mullvadvpn-3e8b18818b15883c188b4bfdb8c839fd76ad6fd4.tar.xz mullvadvpn-3e8b18818b15883c188b4bfdb8c839fd76ad6fd4.zip | |
Improve instructions on how to use build server deploy key
| -rw-r--r-- | building/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building/README.md b/building/README.md index b123c9bd5e..1c4ea04794 100644 --- a/building/README.md +++ b/building/README.md @@ -45,7 +45,7 @@ The single sigstore addition (signed) commit can be pushed directly to the main ./build-and-publish-container-image.sh (linux|android) # Pushes the new sigstore entry -GIT_SSH_COMMAND="ssh -i /path/to/deploy-key" git push +GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed25519-mullvadvpn-app-deploy" git push ``` When satisfied with how the new image works, the `building/{linux,android}-container-image.txt` |
