mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
14 lines
214 B
Bash
Executable File
14 lines
214 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
source ../../lib/lib.sh
|
|
|
|
build_anubis_ko
|
|
mint_cert relayd
|
|
|
|
go run ../../cmd/cipra/ --compose-name $(basename $(pwd))
|
|
|
|
docker compose down -t 1 || :
|
|
docker compose rm -f || :
|