Skip to content

Commit

Permalink
chore: Add Firebase JSON file to Docker image through build args
Browse files Browse the repository at this point in the history
  • Loading branch information
minjoon-98 committed Jul 21, 2024
1 parent 5932b57 commit aaafba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Spring Boot CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
-e OPENAI_API_KEY="${{ secrets.OPENAI_API_KEY }}" \
-e FFMPEG_PATH="${{ secrets.FFMPEG_PATH }}" \
-e FFPROBE_PATH="${{ secrets.FFPROBE_PATH }}" \
-e FIREBASE_CONFIG_PATH="${{ secrets.FIREBASE_CONFIG_PATH }}" \
-e FIREBASE_CONFIG_PATH="/app/mooluck-fcm-firebase-adminsdk.json" \
${{ env.IMAGE_NAME }}
sudo docker ps -a
sudo docker system prune -f
Expand Down

0 comments on commit aaafba9

Please sign in to comment.