diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index f5d5487..5099b89 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -21,6 +21,7 @@ jobs: with: files: config/production.badgey.json env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} POSTGRES_HOST: ${{ vars.POSTGRES_HOST }} POSTGRES_USER: ${{ vars.POSTGRES_USER }} POSTGRES_DATABASE_NAME: ${{ vars.POSTGRES_DATABASE_NAME }} diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index ace78ba..3967285 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -18,5 +18,15 @@ $ProjectFileDir$ + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://172.16.5.167:5432/badgey + + + + $ProjectFileDir$ + \ No newline at end of file