Skip to content

Commit

Permalink
feat: add database env to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tungkhanhh committed Sep 29, 2024
1 parent 39cb3a3 commit cea6f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: |
cd backend
mvn -B package --file pom.xml
env:
QUARKUS_DATASOURCE_USERNAME: ${{secrets.QUARKUS_DATASOURCE_USERNAME}}
QUARKUS_DATASOURCE_PASSWORD: ${{secrets.QUARKUS_DATASOURCE_PASSWORD}}
QUARKUS_DATASOURCE_JDBC_URL: ${{secrets.QUARKUS_DATASOURCE_JDBC_URL}}


deploy:
Expand Down

0 comments on commit cea6f7a

Please sign in to comment.