Skip to content

Commit

Permalink
update github action workflow with the azure resources
Browse files Browse the repository at this point in the history
  • Loading branch information
SaM-92 committed Apr 19, 2024
1 parent 348b9ac commit e16f995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:

- name: Deploy to Azure Container Apps
run: |
az containerapp update --name mybotforenergy --resource-group botsandapps --image ${{ secrets.REGISTRY_LOGIN_SERVER }}/telegram_bot_energy_image:${{ github.sha }} --set-env-vars Telegram_energy_api='${{ secrets.Telegram_energy_api }}' CHANNEL_ID_FOR_FEEDBACK='${{ secrets.CHANNEL_ID_FOR_FEEDBACK }}' OPENAI_API_KEY='${{ secrets.OPENAI_API_KEY }}' ELEVEN_API_KEY='${{ secrets.ELEVEN_API_KEY }}'
az containerapp update --name freemybotforenergy --resource-group botsandapps --image ${{ secrets.REGISTRY_LOGIN_SERVER }}/telegram_bot_energy_image:${{ github.sha }} --set-env-vars Telegram_energy_api='${{ secrets.Telegram_energy_api }}' CHANNEL_ID_FOR_FEEDBACK='${{ secrets.CHANNEL_ID_FOR_FEEDBACK }}' OPENAI_API_KEY='${{ secrets.OPENAI_API_KEY }}' ELEVEN_API_KEY='${{ secrets.ELEVEN_API_KEY }}'

0 comments on commit e16f995

Please sign in to comment.