लाइव स्ट्रीम करने के लिए डिप्लॉय करें और; GitHub पुल अनुरोधों के ज़रिए चैनलों की झलक देखना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
GitHub ऐक्शन का इस्तेमाल करके, Firebase Hosting पर डिप्लॉय किए जा सकते हैं. यह GitHub ऐक्शन आपके लिए क्या-क्या कर सकता है, यहां बताया गया है:
यह आपकी GitHub रिपॉज़िटरी पर मौजूद हर पीआर के लिए, एक नया प्रीव्यू चैनल (और उससे जुड़ा प्रीव्यू यूआरएल) बनाता है.
यह पीआर में एक टिप्पणी जोड़ता है, जिसमें झलक का यूआरएल होता है. इससे, आप और हर समीक्षक, आपके ऐप्लिकेशन के "झलक" वर्शन में पीआर के बदलावों को देख और टेस्ट कर सकते हैं.

यह कुकी, हर कमिट के बदलावों के साथ झलक वाले यूआरएल को अपडेट करती है. इसके लिए, यह कुकी झलक वाले चैनल से जुड़े हर कमिट को अपने-आप डिप्लॉय करती है. हर नए कमिट के साथ यूआरएल नहीं बदलता.
(ज़रूरी नहीं) पीआर मर्ज होने पर, यह आपके GitHub रिपॉज़िटरी की मौजूदा स्थिति को आपके लाइव चैनल पर डिप्लॉय करता है.
रिमाइंडर: प्रीव्यू यूआरएल का इस्तेमाल करते समय, आपका ऐप्लिकेशन आपके Firebase प्रोजेक्ट के असली बैकएंड संसाधनों के साथ इंटरैक्ट करता है.
Firebase Hosting पर डिप्लॉय करने के लिए, GitHub ऐक्शन सेट अप करना
GitHub रिपॉज़िटरी (सार्वजनिक या निजी) बनाएं या किसी मौजूदा रिपॉज़िटरी का इस्तेमाल करें. आपके पास रिपॉज़िटरी के लिए एडमिन की अनुमतियां होनी चाहिए.
अपनी रेपो के लोकल वर्शन में, firebase init
कमांड का इस्तेमाल करके Firebase Hosting सेट अप करें.
अगर आपने Hosting सेट अप नहीं किया है, तो अपनी लोकल डायरेक्ट्री के रूट से इस वर्शन का निर्देश चलाएं:
firebase init hosting
अगर आपने Hosting को पहले से ही सेट अप कर लिया है, तो आपको सिर्फ़ Hosting के GitHub Action वाले हिस्से को सेट अप करना होगा. कमांड के इस वर्शन को अपनी लोकल डायरेक्ट्री के रूट से चलाएं:
firebase init hosting:github
सीएलआई के निर्देशों का पालन करें. इसके बाद, GitHub ऐक्शन को सेट अप करने का काम यह कमांड अपने-आप कर देगी:
यह आपके Firebase प्रोजेक्ट में एक सेवा खाता बनाता है. इस खाते को Firebase Hosting पर डिप्लॉय करने की अनुमति होती है.
यह सेवा खाते की JSON कुंजी को एन्क्रिप्ट (सुरक्षित) करता है और उसे बताई गई GitHub रिपॉज़िटरी में GitHub सीक्रेट के तौर पर अपलोड करता है.
GitHub वर्कफ़्लो yaml
कॉन्फ़िगरेशन फ़ाइलें लिखता है, जो नए बनाए गए सीक्रेट का रेफ़रंस देती हैं. ये फ़ाइलें, GitHub ऐक्शन को Firebase Hosting पर डिप्लॉय करने के लिए कॉन्फ़िगर करती हैं.
GitHub में, नई ब्रांच बनाएं और सीएलआई से बनाई गई yaml
फ़ाइलों को कमिट करें.
ब्रांच को GitHub रिपॉज़िटरी में पब्लिश करें.
ब्रांच को मर्ज करें.
बस हो गया! इस GitHub रिपो में इसके बाद किए जाने वाले हर पीआर के लिए, "प्रीव्यू यूआरएल" अपने-आप जनरेट हो जाएगा!
GitHub ऐक्शन के बारे में ज़्यादा जानें
Firebase, "Firebase Hosting पर डिप्लॉय करें" GitHub ऐक्शन को ओपन-सोर्स प्रोजेक्ट के तौर पर बनाए रखता है.
सोर्स कोड देखें.
"Firebase Hosting पर डिप्लॉय करें" GitHub ऐक्शन की मदद से, आगे और कॉन्फ़िगरेशन किए जा सकते हैं. जैसे, झलक वाले चैनल के लिए खत्म होने की तारीख को पसंद के मुताबिक बनाना या पीआर के मर्ज होने पर, डिप्लॉय करने के लिए नॉन-लाइव चैनल सेट करना.
कॉन्फ़िगरेशन के उपलब्ध विकल्पों के बारे में जानें.
GitHub Actions के बारे में ज़्यादा जानें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-08 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-08 (UTC) को अपडेट किया गया."],[],[],null,["\u003cbr /\u003e\n\nYou can integrate deploys to Firebase Hosting via a GitHub Action. Here's\nwhat this GitHub Action can do for you:\n\n- Creates a new preview channel (and its associated preview URL) for every PR on\n your GitHub repository.\n\n- Adds a comment to the PR with the preview URL\n so that you and each reviewer can view and test the PR's changes in a\n \"preview\" version of your app.\n\n- Updates the preview URL with changes from each commit by automatically\n deploying to the associated preview channel. The URL doesn't change with each\n new commit.\n\n- *(Optional)* Deploys the current state of your GitHub repo to your live\n channel when the PR is merged.\n\nReminder: When using preview URLs, your app interacts with the *real* backend\nresources of your Firebase project.\n\nSet up the GitHub Action to deploy to Firebase Hosting\n\n1. Create a GitHub repository (public or private) or use an existing one. You\n must have admin permissions for the repository.\n\n2. In a local version of your repo, set up Firebase Hosting using the\n [`firebase init` command](/docs/hosting/quickstart#initialize).\n\n - If you've NOT set up Hosting, run this version of the command\n from the root of your local directory:\n\n ```\n firebase init hosting\n ```\n - If you've ALREADY set up Hosting, then you just need to set up the\n GitHub Action part of Hosting. Run this version of the command from\n the root of your local directory:\n\n ```\n firebase init hosting:github\n ```\n3. Follow the CLI prompts, and the command will automatically take care of\n setting up the GitHub Action:\n\n - Creates a service account in your Firebase project with permission to\n deploy to Firebase Hosting.\n\n - Encrypts that service account's JSON key and uploads it to the specified\n GitHub repository as a\n [GitHub secret](//docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets).\n\n - Writes GitHub workflow `yaml` configuration files that reference the\n newly created secret. These files configure the GitHub Action to deploy to\n Firebase Hosting.\n\n4. In GitHub, create a new branch and commit the workflow `yaml` files created\n by the CLI.\n\n5. Publish the branch to your GitHub repository.\n\n6. Merge the branch.\n\nThat's it! Any subsequent PR in this GitHub repo will automatically get its own\n\"preview URL\"!\n\nLearn more about the GitHub Action\n\n- Firebase maintains the \"Deploy to Firebase Hosting\" GitHub Action as an\n open-source project.\n [View the source code.](//github.com/marketplace/actions/deploy-to-firebase-hosting)\n\n- The \"Deploy to Firebase Hosting\" GitHub Action allows for further\n configuration, like customizing the expiry date for a preview channel or\n setting a non-live channel to deploy to when a PR is merged.\n [Learn about the available configuration options.](//github.com/marketplace/actions/deploy-to-firebase-hosting#options)\n\n- Learn more about\n [GitHub Actions](//docs.github.com/en/free-pro-team@latest/actions),\n in general."]]