diff options
author | Emile <git@emile.space> | 2025-02-11 00:05:07 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-11 00:05:07 +0100 |
commit | 2e1c7e7c033a8d1819c65a65dbed71f884e2fec1 (patch) | |
tree | 927ae6e530be1cb0a98db2759d2606c0ef62f7e0 | |
parent | 951726c6ee34d3b9733d739dba3c4ee3c873bc7b (diff) |
docs: updated deploy instruction
-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 ``` |