mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
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>
This commit is contained in:
parent
9da3fd2381
commit
fa076e53d7
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ sync-branch:
|
||||||
- |
|
- |
|
||||||
set -x
|
set -x
|
||||||
eval $(ssh-agent)
|
eval $(ssh-agent)
|
||||||
ssh-add $PWD/.secretskit/passwordless
|
chmod 600 $PWD/.secretskit/passwordless && ssh-add $PWD/.secretskit/passwordless
|
||||||
git push "git@github.com:ajhalili2006/ajhalili2006.github.io" --mirror || true
|
git push "git@github.com:ajhalili2006/website" --mirror || true
|
||||||
git push "git@git.sr.ht:~ajhalili2006/web" --mirror || true
|
git push "git@git.sr.ht:~ajhalili2006/web" --mirror || true
|
||||||
git push "git@codeberg.org:ajhalili2006/website" --mirror || true
|
git push "git@codeberg.org:ajhalili2006/website" --mirror || true
|
||||||
|
|
Loading…
Reference in a new issue