Skip to content

Commit

Permalink
Fix deploy for testnet3 (#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Dec 19, 2024
1 parent afe27e3 commit a0a7a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/setup
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ case $CHAIN in
CSP_ORIGIN=signet.ordinals.com
ufw allow 38333
;;
testnet3)
test)
COOKIE_FILE_DIR=/var/lib/bitcoind/testnet3
CSP_ORIGIN=testnet.ordinals.com
ufw allow 18333
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deploy-signet branch='master' remote='ordinals/ord': \
(deploy branch remote 'signet' 'signet.ordinals.net')

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

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

0 comments on commit a0a7a78

Please sign in to comment.