ci: Add git tracing to node deployment
This commit is contained in:
parent
41b9b46d99
commit
af7a7ada3e
|
|
@ -10,6 +10,8 @@ services:
|
||||||
RUST_LOG: debug
|
RUST_LOG: debug
|
||||||
RAD_PASSPHRASE: seed
|
RAD_PASSPHRASE: seed
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
GIT_TRACE: 1
|
||||||
|
GIT_TRACE_PACKET: 1
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/radicle/heartwood:/root/
|
- /mnt/radicle/heartwood:/root/
|
||||||
init: true
|
init: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue