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
476 B
Bash
14 lines
476 B
Bash
# Beispiel-Target-Konfiguration (Vorlage / Referenz).
|
|
#
|
|
# Diese Datei wird von ssh_context.sh bei der Target-Liste IGNORIERT
|
|
# (Dateiname 'example.env'). Sie dient nur als Vorlage.
|
|
#
|
|
# Ein echtes Target legst du am einfachsten interaktiv an:
|
|
# ./init.sh
|
|
# Alternativ diese Datei nach targets/<target>.env kopieren und anpassen.
|
|
|
|
SSH_HOST="forgejo-landing.kwali8.de"
|
|
SFTP_HOST="forgejo-landing.kwali8.de"
|
|
DB_NAME="helium"
|
|
GIT_REMOTE="kwali8-landingpage"
|
|
DOMAIN="kwali8.de"
|