Skip to content

Commit

Permalink
add env for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre C authored and Pierre C committed Dec 18, 2024
1 parent 670a40d commit 1c949e2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Node CI

on: [push]

env:
PORT: 3333
DEBUG: '*,server:*,-babel,-pm2:*,-express:*,-eslint:*'
PGUSER: gnj
PGPASSWORD: gnj
PGDATABASE: gnj-dev
PGPORT: 5432
PGHOST: localhost
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c949e2

Please sign in to comment.