Skip to content

Commit

Permalink
Add serve recipe (ordinals#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Mar 29, 2022
1 parent cdc3199 commit 4d94efa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ deploy branch='master':
status:
ssh root@65.108.68.37 systemctl status bitcoind
ssh root@65.108.68.37 systemctl status ord

serve:
python3 -m http.server --directory docs

0 comments on commit 4d94efa

Please sign in to comment.