diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md index ab237de..a925db3 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,10 @@ Print the generated secrets file as follows: ## Deploy -Using [deploy-rs](https://github.com/serokell/deploy-rs) to deploy - ```bash -; deploy .#corrino -; deploy .#caladan -; deploy .#lampadas -; deploy .#lernaeus +; BUILDHOST=corrino HOSTNAME=corrino make deploy +; BUILDHOST=corrino HOSTNAME=lampadas make deploy +; BUILDHOST=corrino HOSTNAME=lankiveil make deploy +; make switch-caladan ``` |