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

This commit is contained in:
Akshay
2025-07-22 23:29:28 -04:00
parent e45646eef6
commit e660b931f9

View File

@@ -16,7 +16,7 @@ jobs:
# ------------------------------------------------------------
- name: Checkout website repo
run: git clone https://code.akshaykolli.net/lepton/website
# ------------------------------------------------------------
# 2. Start an SSH agent and load the private key from secrets
# ------------------------------------------------------------
@@ -30,6 +30,8 @@ jobs:
chmod 400 ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
shasum -a 256 ~/.ssh/id_rsa
apt install ping
ping gitea
# ------------------------------------------------------------
# 3. Trust the Gitea host key (port 222)
# ------------------------------------------------------------