Skip to content

Commit

Permalink
Merge pull request #826 from codigoencasa/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
leifermendez authored Aug 26, 2023
2 parents 90e5d67 + 66db500 commit 83c7e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
- name: Build and Deploy
run: |
cd packages/docs
netlify deploy --prod --build --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
cd packages/docs && netlify deploy --prod --build --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion packages/database/src/postgres/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { Pool } = require('pg')
class PostgreSQLAdapter {
db
listHistory = []
credentials = { host: 'localhost', user: 'postgres', database: 'postgres', password: null, port: 5432 }
credentials = { host: 'localhost', user: '', database: '', password: null, port: 5432 }

constructor(_credentials) {
this.credentials = _credentials
Expand Down

0 comments on commit 83c7e47

Please sign in to comment.