Skip to content

Commit

Permalink
Small modifications in README
Browse files Browse the repository at this point in the history
  • Loading branch information
liubovpashkova committed Jul 5, 2024
1 parent ce2e76c commit ba7f87a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Authors:

Every time when one pushes to the `pre-prod` repo (usually from the DEV server), the changes in the AI Assistant Web Application will be AUTOMATICALLY deployed to the PRE-PROD server. The automation (CI/CD) is achieved with the help of Github Actions enabled for the repository. The respective config file is `.github/workflows/deploy-preprod-to-azurevm.yml`. In order for the automated deployment to work, you should set up the values of the following secret Github Actions secrets:
```
PANKB_PREPROD_HOST - the PROD server IP address
PANKB_PREPROD_SSH_USERNAME - the ssh user name to connect to the PROD server
PANKB_PREPROD_PRIVATE_SSH_KEY - the ssh key that is used to connect to the PROD server
PANKB_PREPROD_HOST - the PRE-PROD server IP address
PANKB_PREPROD_SSH_USERNAME - the ssh user name to connect to the PRE-PROD server
PANKB_PREPROD_PRIVATE_SSH_KEY - the ssh key that is used to connect to the PRE-PROD server
OPENAI_API_KEY
COHERE_API_KEY
TOGETHER_API_KEY
Expand Down

0 comments on commit ba7f87a

Please sign in to comment.