Skip to content

Commit

Permalink
fix: updated prompt for fcm json
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Aug 26, 2024
1 parent 97b1180 commit 4998053
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
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

- name: Create FireBase JSON file From AWS
run: |
echo "FCM_JSON_PATH=smeem-notification/src/main/resources/firebase-config/smeem_fcm_dev.json" >> $GITHUB_ENV
aws s3 cp --region ap-northeast-2 ${{ secrets.AWS_S3_FCM_JSON_URI_DEV }} $FCM_JSON_PATH
run: aws s3 cp --region ap-northeast-2 ${{ secrets.AWS_S3_FCM_JSON_URI_DEV }} ${{ env.FCM_JSON_PATH }}

- name: Build with Gradle
run: |
Expand Down

0 comments on commit 4998053

Please sign in to comment.