Sigh.
This commit is contained in:
parent
c0b8db46aa
commit
28f0b369a1
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
py_project(
|
||||
name = "pelorama_relay",
|
||||
name = "activitypub_relay",
|
||||
lib_deps = [
|
||||
py_requirement("aiohttp"),
|
||||
py_requirement("async_lru"),
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
cd "$(realpath $(dirname $0))"
|
||||
|
||||
bazel build :pelorama_relay
|
||||
bazel build ...
|
||||
|
||||
exec ../../bazel-bin/projects/pelorama_relay/pelorama_relay -c $(realpath ./relay.yaml)
|
||||
exec ../../bazel-bin/projects/activitypub_relay/activitypub_relay -c $(realpath ./relay.yaml)
|
||||
|
|
Loading…
Reference in a new issue