dont overwrite SSH key
check / flake-check (push) Successful in 16s
deploy / deploy (push) Failing after 19s

This commit is contained in:
Lars Nolden
2026-06-29 18:04:48 +02:00
parent 649dd737c7
commit d5a0be9e40
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Setup deploy SSH key
run: |
mkdir -p ~/.ssh
install -m 600 /dev/stdin ~/.ssh/id_ed25519 <<< "${{ secrets.DEPLOY_SSH_KEY }}"
# install -m 600 /dev/stdin ~/.ssh/id_ed25519 <<< "${{ secrets.DEPLOY_SSH_KEY }}"
ssh-keyscan -H db.gebos.online app.gebos.online ingest.gebos.online >> ~/.ssh/known_hosts 2>/dev/null || true
- name: Build all closures