Skip to content

Commit

Permalink
tmpl recipe: add apply-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Apr 29, 2024
1 parent 6c1e8ec commit f3021f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/cardano-parts-project/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ apply *ARGS:
apply-all *ARGS:
colmena apply --verbose {{ARGS}}

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

# Build the prod cardano book
build-book-prod:
#!/usr/bin/env bash
Expand Down

0 comments on commit f3021f9

Please sign in to comment.