Skip to content

Commit

Permalink
Merge pull request #394 from sparcs-kaist/feature/channeltalk
Browse files Browse the repository at this point in the history
Fix channel plugin key
  • Loading branch information
injoonH authored Jul 26, 2023
2 parents 0b78a87 + aeea1b6 commit 5d20b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ env:
FIREBASE_CONFIG_DEV: ${{ secrets.FIREBASE_CONFIG_DEV }}
FIREBASE_VAPID_KEY_PROD: ${{ secrets.FIREBASE_VAPID_KEY_PROD }}
FIREBASE_VAPID_KEY_DEV: ${{ secrets.FIREBASE_VAPID_KEY_DEV }}
CHANNEL_PLUGIN_KEY: ${{ secrets.CHANNEL_PLUGIN_KEY }}

defaults: # do we need this?
run:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY . .
ARG VUE_APP_API_MODE
ARG VUE_APP_FIREBASE_CONFIG
ARG VUE_APP_FIREBASE_VAPID_KEY
ARG VUE_APP_CHANNEL_PLUGIN_KEY
RUN echo "VUE_APP_API_MODE=$VUE_APP_API_MODE" >> .env
RUN echo "VUE_APP_FIREBASE_CONFIG=$VUE_APP_FIREBASE_CONFIG" >> .env
RUN echo "VUE_APP_FIREBASE_VAPID_KEY=$VUE_APP_FIREBASE_VAPID_KEY" >> .env
Expand Down

0 comments on commit 5d20b84

Please sign in to comment.