# Copy to scripts/deploy.env (gitignored) and fill in. # Must match the values used by the Gitea Actions secrets. DEPLOY_HOST=server.example.de DEPLOY_USER=www-deploy DEPLOY_PATH=/var/www/mcg # Private half of the deploy key. Keep it inside the WSL filesystem — # a key under /mnt/c or /mnt/d cannot hold 0600 and ssh will reject it. SSH_KEY=$HOME/.ssh/mcg-deploy