docs: add missing kamal init step to deploy instructions
This commit is contained in:
@@ -41,3 +41,5 @@
|
|||||||
|
|
||||||
/config/credentials/*.key
|
/config/credentials/*.key
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
.kamal/*
|
||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user