Skip to content

Commit 09a6bb0

Browse files
committed
chore: Move the webhook folder
1 parent bc7566c commit 09a6bb0

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
resolver = "2"
33
members = [
44
"activity/fly-http/impl",
5-
"webhook-fly-secrets-updater",
5+
"webhook/fly-secrets-updater/impl",
66
]
77

88
[workspace.package]

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build:
22
(cd activity/fly-http/impl && cargo build --release)
3-
(cd webhook-fly-secrets-updater && cargo build --release)
3+
(cd webhook/fly-secrets-updater/impl && cargo build --release)
44

55
serve:
66
obelisk server run --config obelisk-local.toml
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)