Skip to content

Commit

Permalink
chore: Update deployment workflows to specify the environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
HlexNC authored Jun 13, 2024
1 parent 02d2c97 commit 6d8309e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_SERVER }}
package: ${{ github.workspace }}
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
SSL_CERT: ${{ secrets.SSL_CERT_CONTENT }}
SSL_KEY: ${{ secrets.SSL_KEY_CONTENT }}
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
SSL_CERT: ${{ secrets.SSL_CERT_CONTENT }}
SSL_KEY: ${{ secrets.SSL_KEY_CONTENT }}

0 comments on commit 6d8309e

Please sign in to comment.