Skip to content

Commit

Permalink
fix: apply-bootstrap recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Apr 29, 2024
1 parent 5c31bd3 commit d8e7e42
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 @@ -107,7 +107,7 @@ apply-all *ARGS:

# Deploy select machines with the bootstrap key
apply-bootstrap *ARGS:
SSH_CONFIG=<(sed -i '6i IdentityFile .ssh_key' .ssh_config) colmena apply --verbose --on {{ARGS}}
SSH_CONFIG=<(sed '6i IdentityFile .ssh_key' .ssh_config) colmena apply --verbose --on {{ARGS}}

# Build the prod cardano book
build-book-prod:
Expand Down

0 comments on commit d8e7e42

Please sign in to comment.