Skip to content

Commit

Permalink
Change just recipe to log main instance by default (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Aug 24, 2022
1 parent 90e3bae commit def1c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deploy-mainnet: (deploy "master" "main" "ordinals.com")

deploy-signet branch="master": (deploy branch "signet" "signet.ordinals.com")

log unit domain="signet.ordinals.com":
log unit domain="ordinals.com":
ssh root@{{domain}} 'journalctl -fu {{unit}}'

test-deploy:
Expand Down

0 comments on commit def1c0e

Please sign in to comment.