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 9b48615 commit b062654
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 @@ -29,6 +29,7 @@ jobs:
sed -i 's/\${MONGO_DB}/'"${{ secrets.MONGO_DB }}"'/g' src/main/resources/application.properties
sed -i 's/\${MONGO_USERNAME}/'"${{ secrets.MONGO_USERNAME }}"'/g' src/main/resources/application.properties
sed -i 's/\${MONGO_PASSWORD}/'"${{ secrets.MONGO_PASSWORD }}"'/g' src/main/resources/application.properties
sed -i 's/\${AZURE_STORAGE_URL}/'"${{ secrets.AZURE_STORAGE_URL }}"'/g' src/main/resources/application.properties
- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit b062654

Please sign in to comment.