Fix SSH key path: use hotel-manage_deploy not id_ed25519
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5984043e7c
commit
32b4a98160
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ services:
|
|||
- apparmor=unconfined
|
||||
environment:
|
||||
- WEBHOOK_SECRET=${WEBHOOK_SECRET}
|
||||
- SSH_KEY_PATH=/root/.ssh/id_ed25519
|
||||
- SSH_KEY_PATH=${SSH_KEY_PATH:-/root/.ssh/hotel-manage_deploy}
|
||||
- FORGEJO_URL=${FORGEJO_URL:-https://git.pterois.co.uk}
|
||||
- FORGEJO_ORG=${FORGEJO_ORG:-hotel-manage-stack}
|
||||
- FORGEJO_TOKEN=${FORGEJO_TOKEN:-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue