9 lines
182 B
Bash
9 lines
182 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
RUST_LOG=d53=info cargo run \
|
||
|
-- \
|
||
|
--consul-addr http://localhost:8500 \
|
||
|
--provider gandi \
|
||
|
--gandi-api-key $GANDI_API_KEY \
|
||
|
--allowed-domains staging.deuxfleurs.org
|