Compare commits
3 Commits
9a891fd523
...
4c3bdc2ca6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c3bdc2ca6 | ||
|
|
0d18da6a18 | ||
|
|
02d49f2502 |
@@ -3,6 +3,7 @@ depends_on:
|
|||||||
- billing_fees
|
- billing_fees
|
||||||
- chain_gateway
|
- chain_gateway
|
||||||
- db
|
- db
|
||||||
|
- frontend
|
||||||
- fx_ingestor
|
- fx_ingestor
|
||||||
- fx_oracle
|
- fx_oracle
|
||||||
- ledger
|
- ledger
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
START_DIR="$(pwd)"
|
||||||
|
echo "[bump-version] invoked from ${START_DIR}"
|
||||||
|
|
||||||
REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||||
|
echo "[bump-version] repo root resolved to ${REPO_ROOT}"
|
||||||
cd "${REPO_ROOT}"
|
cd "${REPO_ROOT}"
|
||||||
|
|
||||||
VERSION_FILE="./version"
|
VERSION_FILE="./version"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
email {$CADDY_ACME_EMAIL}
|
email {$CADDY_ACME_EMAIL}
|
||||||
auto_https on
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{$SERVICE_HOST} {
|
{$SERVICE_HOST} {
|
||||||
|
|||||||
Reference in New Issue
Block a user