Skip to content

Commit f3cd664

Browse files
Merge branch 'master' into output_recursive
2 parents fae4e8f + a0a7a78 commit f3cd664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ case $CHAIN in
5353
CSP_ORIGIN=signet.ordinals.com
5454
ufw allow 38333
5555
;;
56-
testnet3)
56+
test)
5757
COOKIE_FILE_DIR=/var/lib/bitcoind/testnet3
5858
CSP_ORIGIN=testnet.ordinals.com
5959
ufw allow 18333

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ deploy-signet branch='master' remote='ordinals/ord': \
5050
(deploy branch remote 'signet' 'signet.ordinals.net')
5151

5252
deploy-testnet branch='master' remote='ordinals/ord': \
53-
(deploy branch remote 'testnet3' 'testnet.ordinals.net')
53+
(deploy branch remote 'test' 'testnet.ordinals.net')
5454

5555
deploy-testnet4 branch='master' remote='ordinals/ord': \
5656
(deploy branch remote 'testnet4' 'testnet4.ordinals.net')

0 commit comments

Comments
 (0)