27 lines
903 B
Plaintext
27 lines
903 B
Plaintext
# Jabali Panel repository config
|
|
#
|
|
# Used by `scripts/deploy.sh` (CLI flags still override these settings).
|
|
# Keep secrets out of this file. Prefer SSH keys and server-side git remotes.
|
|
|
|
[deploy]
|
|
# Test server (where GitHub deploy key is configured)
|
|
host = "192.168.100.50"
|
|
user = "root"
|
|
path = "/var/www/jabali"
|
|
www_user = "www-data"
|
|
|
|
# Optional: keep npm cache outside the repo (saves time on repeated builds)
|
|
# npm_cache_dir = "/var/www/.npm"
|
|
|
|
# Optional: override the branch that gets pushed from the deploy server
|
|
push_branch = "main"
|
|
|
|
# Optional: push to explicit URLs (instead of relying on named remotes)
|
|
# These pushes run FROM the test server.
|
|
gitea_url = "ssh://git@192.168.100.100:2222/shukivaknin/jabali-panel.git"
|
|
github_url = "git@github.com:shukiv/jabali-panel.git"
|
|
|
|
# If you prefer named remotes on the deploy server instead of URLs:
|
|
# gitea_remote = "gitea"
|
|
# github_remote = "origin"
|