24
Some checks failed
Publish Website / publish (push) Failing after 3s

This commit is contained in:
Akshay
2025-07-22 23:27:32 -04:00
parent 38fff8e500
commit e45646eef6

View File

@@ -30,7 +30,6 @@ jobs:
chmod 400 ~/.ssh/id_rsa chmod 400 ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa ssh-add ~/.ssh/id_rsa
shasum -a 256 ~/.ssh/id_rsa shasum -a 256 ~/.ssh/id_rsa
ping gitea
# ------------------------------------------------------------ # ------------------------------------------------------------
# 3. Trust the Gitea host key (port 222) # 3. Trust the Gitea host key (port 222)
# ------------------------------------------------------------ # ------------------------------------------------------------
@@ -46,7 +45,7 @@ jobs:
- name: Clone template repo - name: Clone template repo
shell: bash shell: bash
run: | run: |
git clone ssh://git@gitea:/lepton/app_templates /tmp/template git clone ssh://git@gitea/lepton/app_templates /tmp/template
# ------------------------------------------------------------ # ------------------------------------------------------------
# 5. Copy Docker artefacts into workspace root # 5. Copy Docker artefacts into workspace root