Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Configure deployment workflows, SSH settings, and environment variables for the SkillGuard project. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 0d01f99a-ea6a-447d-82fd-311715434a39 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f938974b-4b4e-47df-8a70-53fbb1c1de6e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e32d2b99-1721-47dd-833c-98b372f48008/0d01f99a-ea6a-447d-82fd-311715434a39/b33cDqP Replit-Helium-Checkpoint-Created: true
14 lines
507 B
Text
14 lines
507 B
Text
# >>> ANPASSEN: frei wählbarer Alias, mit dem du dich verbindest (z. B. ssh forgejo)
|
|
Host <HOST_ALIAS_ANPASSEN>
|
|
# >>> ANPASSEN: echte Server-Adresse oder IP
|
|
HostName <HOSTNAME_ANPASSEN>
|
|
Port 2222
|
|
User git
|
|
IdentityFile /home/runner/workspace/.ssh/id_ed25519_forgejo
|
|
StrictHostKeyChecking no
|
|
Host forgejo-skillguard.a42i.de
|
|
HostName forgejo-skillguard.a42i.de
|
|
Port 2222
|
|
User git
|
|
IdentityFile /home/runner/workspace/.ssh/id_ed25519_forgejo
|
|
StrictHostKeyChecking no
|