Skip to content

Commit

Permalink
Merge pull request #439 from sparcs-kaist/fix/deploy
Browse files Browse the repository at this point in the history
fix(deploy): Fix wrong environ name
  • Loading branch information
injoonH authored Mar 13, 2024
2 parents aaaa441 + 9001f74 commit 5eb9c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
env:
VUE_APP_API_MODE: production
VUE_APP_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG_PROD }}
VUE_FIREBASE_VAPID_KEY: ${{ secrets.FIREBASE_VAPID_KEY_PROD }}
VUE_CHANNEL_PLUGIN_KEY: ${{ secrets.CHANNEL_PLUGIN_KEY }}
VUE_APP_FIREBASE_VAPID_KEY: ${{ secrets.FIREBASE_VAPID_KEY_PROD }}
VUE_APP_CHANNEL_PLUGIN_KEY: ${{ secrets.CHANNEL_PLUGIN_KEY }}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 5eb9c1b

Please sign in to comment.