Skip to content

Commit

Permalink
ci: commit .env and update db name in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 25, 2024
1 parent 1c92ff7 commit da690c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example → .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MYSQL_HOST=localhost
MYSQL_PASSWORD=secret
MYSQL_DATABASE=auth
MYSQL_PORT=3306
MYSQL_PORT=3308
MYSQL_USER=virk

PG_HOST=localhost
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
postgres:
image: postgres:${{ matrix.postgres-version }}
env:
POSTGRES_DB: lucid
POSTGRES_DB: auth
POSTGRES_USER: virk
POSTGRES_PASSWORD: secret
ports:
Expand All @@ -46,7 +46,7 @@ jobs:
mysql:
image: mysql:${{ matrix.mysql.version }}
env:
MYSQL_DATABASE: lucid
MYSQL_DATABASE: auth
MYSQL_USER: virk
MYSQL_PASSWORD: secret
MYSQL_ROOT_PASSWORD: secret
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ shrinkwrap.yaml
package-lock.json
test/__app
backup
.env

0 comments on commit da690c2

Please sign in to comment.