Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Jan 10, 2024
1 parent 0decf39 commit 54df17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
--from-literal=DATABASE_PASSWORD="${{ secrets.DB_ADMIN_PASSWORD }}" \
--from-literal=DATABASE_HOST="${{ vars.ADVERTISEMENTS_AZURE_DB_NAME }}.mysql.database.azure.com" \
--from-literal=DATABASE_PORT="3306" \
--from-literal=DATABASE_NAME="advertisements"
--from-literal=STORAGE_DRIVER="azure"
--from-literal=DATABASE_NAME="advertisements" \
--from-literal=STORAGE_DRIVER="azure" \
--from-literal=STORAGE_AZURE_CONNECTION_STRING="$(az storage account show-connection-string --name ${{ vars.ADVERTISEMENTS_AZURE_STORAGE_ACCOUNT }} -o tsv)"
- name: Deploys application
Expand Down

0 comments on commit 54df17e

Please sign in to comment.