31
Some checks failed
Publish Website / publish (push) Failing after 2s

This commit is contained in:
Akshay
2025-07-22 23:39:13 -04:00
parent b2f1f78fde
commit 020cd90660

View File

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