fix README

This commit is contained in:
2024-07-15 18:27:49 +02:00
parent 2f73a0b5ce
commit f7405871a2

View File

@ -194,14 +194,14 @@ For a more comprehensive configuration, refer to the example in [./examples](./e
Steps to initialize the instance:
1. **Generate .env Files**: `./alakazam example.com.yml config`
2. **Insert Secrets**: `./alakazam example.com.yml secrets`
3. **Deploy Applications**: `./alakazam example.com.yml deploy -r`
- the `-r` flag executes post-deployment hooks after each deployment
1. **Generate .env Files**: `alakazam example.com.yml config`
2. **Insert Secrets**: `alakazam example.com.yml secrets`
3. **Deploy Applications**: `alakazam example.com.yml deploy -e`
- the `-e` flag executes post-deployment hooks after each deployment
### Updating All Instances
To update all instances:
1. **Update Environment Files**: `alakazam example.com.yml config` to refresh .env files. It's a good practice to keep these files under version control (e.g., in a Git repository at `~/.abra/example.com`) and review changes with `git diff` before proceeding.
2. **Upgrade Applications**: `./alakazam example.com.yml upgrade` to update all applications.
2. **Upgrade Applications**: `alakazam example.com.yml upgrade` to update all applications.