Skip to content

Commit

Permalink
- update production_deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed Oct 7, 2024
1 parent f4a381a commit 8ae14d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To add a new Keating app, several steps must be completed:
3. `GRANT ALL PRIVILEGES ON DATABASE database_name TO user_name;`
4. `\c database_name`
5. `GRANT CREATE ON SCHEMA public TO user_name;`
6. `CREATE EXTENSION IF NOT EXISTS unaccent;`
2. Then follow a few steps to prepare the files for application deployment
* add a new option in your workflow to be able to trigger a workflow for a specific Keating app user deployment - (example: pnowak);
* create a new directory in the specified path - `environment/prod/deployment/prod/apps` - the directory must be named like AppName option from workflow (example: pnowak);
Expand Down

0 comments on commit 8ae14d8

Please sign in to comment.