mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Switch to migration branch
This commit is contained in:
parent
d82f9c0b0e
commit
7c14320f8c
|
@ -143,7 +143,7 @@ services:
|
|||
LND_CERT_FILE: /lnd/tls.cert
|
||||
LND_ADMIN_MACAROON_FILE: /lnd/data/chain/bitcoin/${BITCOIN_NETWORK}/admin.macaroon
|
||||
GITHUB_REPO: runcitadel/core
|
||||
GITHUB_BRANCH: ${UPDATE_CHANNEL:-"stable"}
|
||||
GITHUB_BRANCH: ${UPDATE_CHANNEL:-"migration"}
|
||||
VERSION_FILE: /info.json
|
||||
UPDATE_LOCK_FILE: /statuses/update-in-progress
|
||||
BACKUP_STATUS_FILE: /statuses/backup-status.json
|
||||
|
|
2
scripts/configure
vendored
2
scripts/configure
vendored
|
@ -146,7 +146,7 @@ if os.path.isfile('../use-core-upstream') or os.path.isfile('./use-core-upstream
|
|||
|
||||
NGINX_PORT=os.environ.get('NGINX_PORT') or "80"
|
||||
NGINX_SSL_PORT=os.environ.get('NGINX_SSL_PORT') or "443"
|
||||
UPDATE_CHANNEL="stable"
|
||||
UPDATE_CHANNEL="migration"
|
||||
|
||||
if reconfiguring:
|
||||
if os.path.isfile('../.citadel'):
|
||||
|
|
Loading…
Reference in New Issue
Block a user