Skip to content

Commit

Permalink
fix: updated storage path for fcm json
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Aug 26, 2024
1 parent 4998053 commit d03e284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Set FCM_JSON_PATH
run: echo "FCM_JSON_PATH=smeem-notification/src/main/resources/firebase-config/smeem_fcm_dev.json" >> $GITHUB_ENV
run: echo "FCM_JSON_PATH=smeem-output-notification/src/main/resources/firebase-config/smeem_fcm_dev.json" >> $GITHUB_ENV

- name: Create FireBase JSON file From AWS
run: aws s3 cp --region ap-northeast-2 ${{ secrets.AWS_S3_FCM_JSON_URI_DEV }} ${{ env.FCM_JSON_PATH }}
Expand Down

0 comments on commit d03e284

Please sign in to comment.