Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
update az-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LimiteDiTempo committed Aug 26, 2024
1 parent de1d34f commit 9b29951
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
AZURE_RESOURCE_GROUP: ${{ vars.AZURE_RESOURCE_GROUP }}
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
DATABASE_URL: ${{ secrets.DB_URL }}
DATABASE_USER: ${{ secrets.DB_USERNAME }}
DATABASE_PASSWORD: ${{ secrets.DB_PASSWORD }}

steps:
- name: Checkout
Expand All @@ -35,10 +38,6 @@ jobs:
uses: microsoft/variable-substitution@v1
with:
files: src/main/resources/application.yaml
env:
spring.datasource.url: ${{ secrets.DB_URL }}
spring.datasource.username: ${{ secrets.DB_USERNAME }}
spring.datasource.password: ${{ secrets.DB_PASSWORD }}

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 9b29951

Please sign in to comment.