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 6b05388 commit f0f8022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
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: Display application.properties
run: cat src/main/resources/application.properties

- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit f0f8022

Please sign in to comment.