forked from moritz/alakazam
fix README
This commit is contained in:
10
README.md
10
README.md
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user