Use https for CI git pull

This commit is contained in:
Anthony Wang 2022-09-26 14:16:41 +00:00
parent 23e98b8873
commit ec15462b7e
Signed by untrusted user: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -3,7 +3,9 @@ clone:
image: fish
commands:
- cd ~/Code/website
- git remote set-url origin https://git.exozy.me/a/website.git
- git pull
- git remote set-url origin gitea@git.exozy.me:a/website.git
- git submodule update
pipeline: