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