Skip to content

Commit

Permalink
Nest v10 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 authored Jul 30, 2023
1 parent af58c17 commit a7b053d
Show file tree
Hide file tree
Showing 37 changed files with 10,914 additions and 15,453 deletions.
13 changes: 7 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Database
DB_TYPE=mysql
DB_DATABASE=popo
DB_HOST=xxxxxxxx
DB_PORT=3306
DB_USERNAME=xxxxxxxx
DB_PASSWORD=xxxxxxxx
DATABASE_TYPE=mysql
DATABASE_HOST=xxxxxxxx
DATABASE_PORT=3306
DATABASE_USERNAME=xxxxxxxx
DATABASE_PASSWORD=xxxxxxxx
DATABASE_DATABASE=popo
DATABASE_SYNC=false

# AWS SES
AWS_SES_ENDPOINT=email-smtp.ap-northeast-2.amazonaws.com
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/github-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ env:
CODEDEPLOY_APP_NAME: $ECR_REPOSITORY

jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm ci
- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true
# run-linters:
# name: Run linters
# runs-on: ubuntu-latest
# steps:
# - name: Check out Git repository
# uses: actions/checkout@v2
# - name: Set up Node.js
# uses: actions/setup-node@v1
# with:
# node-version: 14
# # ESLint and Prettier must be in `package.json`
# - name: Install Node.js dependencies
# run: npm ci
# - name: Run linters
# uses: wearerequired/lint-action@v2
# with:
# eslint: true
# prettier: true

docker_build_and_push:
name: Docker build and push
needs: [run-linters]
# needs: [run-linters]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
20 changes: 0 additions & 20 deletions codedeploy/deploy.sh

This file was deleted.

10 changes: 0 additions & 10 deletions ormconfig.js

This file was deleted.

Loading

0 comments on commit a7b053d

Please sign in to comment.