Skip to content

Commit 23a1fd0

Browse files
committed
Change CI/CD system a bit
1 parent 84ee246 commit 23a1fd0

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
# cache: 'npm'
2525
- name: install package
2626
run: npm ci
27+
- name: High Vulnerability Audit
28+
run: npm audit --audit-level high
2729
- name: lint check
2830
run: npm run lint:check
2931
- name: Prisma Checker

.github/workflows/deploy.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
cache: 'npm'
2626
- name: Setup FlyIO
2727
uses: superfly/flyctl-actions/setup-flyctl@master
28-
- name: install package
29-
run: npm ci
30-
- name: lint check
31-
run: npm run lint:check
32-
- name: Prisma Checker
33-
run: npx prisma generate
34-
- name: Type Check
35-
run: npm run build:check
36-
- name: Unit Test
37-
run: npm run test
28+
# - name: install package
29+
# run: npm ci
30+
# - name: lint check
31+
# run: npm run lint:check
32+
# - name: Prisma Checker
33+
# run: npx prisma generate
34+
# - name: Type Check
35+
# run: npm run build:check
36+
# - name: Unit Test
37+
# run: npm run test
3838
- name: Deploy FlyIO
3939
run: flyctl deploy --remote-only --ha=false --build-arg ENVIRONMENT=$ENVIRONMENT --build-arg SENTRY_ORG=$SENTRY_ORG --build-arg SENTRY_PROJECT=$SENTRY_PROJECT --build-arg SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN
4040
env:

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"ts-jest": "^29.1.2",
4848
"typescript": "^5.4.5"
4949
},
50+
"overrides": {
51+
"hono": "^4.11.4"
52+
},
5053
"name": "firey-bot",
5154
"description": "This bot is developed to serve a single server; thus, codes are not reusable without modification.",
5255
"version": "1.0.0",

0 commit comments

Comments
 (0)