~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

chore(gitlab-ci): nuke repo mirroring script See https://mau.dev/ajhalili2006-experiments/cronjobs-ci/-/commit/1e45e7f48d5f9c04a4391082aa0ec217cfdf4ed5 for context

Changed files
-15
-15
.gitlab-ci.yml
···
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
-
-
# TODO: Automate this over at mirrors/cronjobs soon.
-
sync-repo:
-
stage: build
-
allow_failure: true
-
variables:
-
GIT_SSH_COMMAND: "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
-
script:
-
- |
-
set -x
-
eval $(ssh-agent)
-
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