Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
spowser authored Nov 16, 2023
1 parent 11d9277 commit dcfcff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Follow the steps to configure the secret:
* Define a new secret under your repository **Settings** > **Secrets** > **Add a new secret** menu.
* Paste the contents of the Secret (Example: Connection String) as Value
* Also, copy the psql connection string from Azure PostgreSQL DB which is under **Connection strings** > **psql** and of the format:
psql "host={hostname} port={port} dbname={your_database} user={user} password={your_password} sslmode=require".
psql "host={hostname} port={port} dbname={your_database} user={user} password={your_password} sslmode=require"
* For Azure credentials, paste the output of the below [az cli](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) command as the value of secret variable, for example 'AZURE_CREDENTIALS'
```bash

Expand Down

0 comments on commit dcfcff4

Please sign in to comment.