Add GH token
Badgey Deployment / build (push) Failing after 3s
Details
Badgey Deployment / build (push) Failing after 3s
Details
This commit is contained in:
parent
1ecf57c1f3
commit
e860bc3bbd
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,15 @@
|
|||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
<data-source source="LOCAL" name="postgres_prod" uuid="f12690db-d334-4816-9760-4d10b094f41f">
|
||||
<driver-ref>postgresql</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:postgresql://172.16.5.167:5432/badgey</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
||||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
||||
Loading…
Reference in New Issue