Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Nov 7, 2023
1 parent 8cb572b commit d4b6974
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 @@ -37,7 +37,7 @@ redeploy-chart chart:
restart deployment:
kubectl rollout restart -n astria-dev-cluster deployment {{deployment}}

deploy-astria-local: (deploy-chart "celestia-local") (deploy-chart "sequencer")
deploy-astria-local: (deploy-chart "celestia-local") (deploy-sequencer-validators) (deploy-chart "sequencer-relayer")

validatorName := "single"
deploy-sequencer-validator name=validatorName:
Expand Down

0 comments on commit d4b6974

Please sign in to comment.