docs: add missing kamal init step to deploy instructions

This commit is contained in:
hiendinhngoc
2025-12-11 16:17:37 +07:00
parent 5d181af391
commit 93eac3aa23
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -41,3 +41,5 @@
/config/credentials/*.key /config/credentials/*.key
.DS_Store .DS_Store
.kamal/*
+3 -2
View File
@@ -14,8 +14,9 @@ This repo contains a starter deployment file that you can modify for your own sp
The steps to configure your very own Fizzy are: The steps to configure your very own Fizzy are:
1. Fork the repo 1. Fork the repo
2. Edit few things in config/deploy.yml and .kamal/secrets 2. Initialize Kamal by running `kamal init`. This command generates the `.kamal` directory along with the required configuration files, including `.kamal/secrets`.
3. Run `kamal setup` to do your first deploy. 3. Edit few things in `config/deploy.yml` and `.kamal/secrets`
4. Run `kamal setup` to do your first deploy.
We'll go through each of these in turn. We'll go through each of these in turn.