~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

ci(gitlab-cicd): fix permission errors on Secure Files-manged SSH key

Also updated GitHub repo mirror's SSH url per recent change.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+2 -2
+2 -2
.gitlab-ci.yml
···
- |
set -x
eval $(ssh-agent)
-
ssh-add $PWD/.secretskit/passwordless
-
git push "git@github.com:ajhalili2006/ajhalili2006.github.io" --mirror || true
+
chmod 600 $PWD/.secretskit/passwordless && ssh-add $PWD/.secretskit/passwordless
+
git push "git@github.com:ajhalili2006/website" --mirror || true
git push "git@git.sr.ht:~ajhalili2006/web" --mirror || true
git push "git@codeberg.org:ajhalili2006/website" --mirror || true