Skip to content

Commit

Permalink
Merge pull request #44 from richard483/feature/payment
Browse files Browse the repository at this point in the history
updated Dockerfile & .env.example
  • Loading branch information
richard483 authored Jan 3, 2024
2 parents d4e2933 + 64851ae commit b046817
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/8T-Auth"
JWT_SECRET="ruby-sapphire"
PORT=3000
RESET=1
JWT_SECRET=

DIRECT_URL=
DATABASE_URL=
# DATABASE_URL="postgresql://postgres:postgres@localhost:5432/8T-Auth"
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
FIREBASE_STORAGE_BUCKET=
FIREBASE_API_KEY=
BACK_END_URL=https://api-8-tech.koyeb.app/

XENDIT_SECRET_KEY=xnd_development_
XENDIT_URL=https://api.xendit.co
XENDIT_AUTH=

HOSTNAME=0.0.0.0
npm_package_version=4.0.1
2 changes: 2 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run migrate
- uses: ArtiomTr/jest-coverage-report-action@v2
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ COPY . /usr/src/app

RUN npm ci

RUN npm run migrate

RUN npm run build

EXPOSE 3000
Expand Down

0 comments on commit b046817

Please sign in to comment.