Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Jul 27, 2024
2 parents 8be0890 + 390a066 commit 3958c8a
Show file tree
Hide file tree
Showing 37 changed files with 1,721 additions and 273 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "[FIX]"
name: "[BUGFIX]"
about: Describe this issue template's purpose here.
title: ''
labels: ''
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
echo "JWT_REFRESH_EXPIRE=${{ secrets.JWT_REFRESH_EXPIRE }} " >> .env.dev
echo "SENTRY_DSN=${{ secrets.DEV_SENTRY_DSN }} " >> .env.dev
echo "SENTRY_TRACES_SAMPLE_RATE=${{ secrets.DEV_SENTRY_TRACES_SAMPLE_RATE }} " >> .env.dev
echo "DEV_HOST=${{ secrets.DEV_HOST }} " >> .env.dev
- name: create .p8 file
run: |
Expand All @@ -79,10 +80,15 @@ jobs:
- name: Install npm pacakges
run: |
cd functions
npm install
npm ci
npm install -g firebase-tools
npm install --save-dev cross-env
- name: Create swagger output file
run: |
cd functions
npm run swagger
- name: Deploy to Firebase
run: |
cd functions
Expand Down
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,14 @@ havit-production-firebase-adminsdk-bypl1-d081cc62e4.json

# Deploy Message To Slack
deployMessageToSlack.sh

# AWS cert
havit-server-key.cer

AuthKey_*

# Swagger
swagger-output.json

#VSCode
.vscode
Loading

0 comments on commit 3958c8a

Please sign in to comment.