Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoSousa-11 committed May 18, 2024
1 parent 7db59b0 commit 8e947c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
sed -i 's/\${AZURE_STORAGE_CONNECTION_STRING}/'"${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}"'/g' src/main/resources/application.properties
sed -i 's/\${AZURE_STORAGE_CONTAINER_NAME}/'"${{ secrets.AZURE_STORAGE_CONTAINER_NAME }}"'/g' src/main/resources/application.properties
sed -i 's/\${AZURE_STORAGE_URL}/'"${{ secrets.AZURE_STORAGE_URL }}"'/g' src/main/resources/application.properties
sed -i 's/\${MONGO_PORT}/'"${{ secrets.MONGO_PORT }}"'/g' src/main/resources/application.properties
sed -i 's/\${MONGO_HOST}/'"${{ secrets.MONGO_HOST }}"'/g' src/main/resources/application.properties
sed -i 's/\${MONGO_DB}/'"${{ secrets.MONGO_DB }}"'/g' src/main/resources/application.properties
Expand Down

0 comments on commit 8e947c5

Please sign in to comment.