diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 709afa9..a0f4131 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -87,7 +87,7 @@ jobs: uses: docker/build-push-action@v4.1.1 with: context: docker - file: Dockerfile + #file: Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/markdown/keys/index.md b/markdown/keys/index.md index db3bf37..705d1ad 100644 --- a/markdown/keys/index.md +++ b/markdown/keys/index.md @@ -26,16 +26,17 @@ and/or key IDs against [this list]($keys-i-use) to ensure its the right key. ```bash # one-liner import from my website (or via ajhalili2006.vern.cc and ctrl-c.club/~ajhalili2006) # For my eu.org domain, use either the regular suffix or uk.eu.org one. -gpg --fetch-keys "https://andreijiroh(.uk).eu.org/keys/pgp.asc" -# sourcehut, but it is advised to import latest keys and signatures from keyservers, listed below +gpg --fetch-keys "https://andreijiroh.eu.org/keys/pgp.asc" +# sourcehut/gitlab, but it is advised to import latest keys and signatures from keyservers, listed below gpg --fetch-keys "https://meta.sr.ht/~ajhalili2006.pgp" +gpg --fetch-keys "https://mau.dev/ajhalili2006.gpg" ``` If you prefer to load it from a keyserver (let say you're an Ubuntu/Debian developer snooping around my [Launchpad.net profile](https://launchpad.net/~ajhalili2006)), you can do so with these command below: ```bash -# Other keyservers: pgp.mit.edu, keys.openpgp.org +# Other keyservers: pgp.mit.edu, keys.openpgp.org, keys.mailvelope.com gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys \ 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 \ 0527234A430387EA5695D824A30EBE40AD856D88 \ @@ -54,11 +55,10 @@ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys \ ## SSH Keys -You can also get all the keys in one file (and its signers file) ath the following URLs: +You can also get all the keys in one file (and its signers file) at the following URLs: -* Website: or (alternative: - or via CF Pages -* Live Dev Builds (as generated through `mkdocs serve`, DO NOT EXPECT UPTIME): +* Website as its deployed via CI: +* As pushed via Git: These SSH keys are used for signing Git commits and tags occassionally, as well for signing checksums file and identity verification on account recovery for sr.ht and Miraheze.