সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
স্থাপনাগুলি আপনাকে আপনার সম্প্রদায় সংযোগকারীকে ব্যবহার এবং পরীক্ষা করার জন্য উপলব্ধ করার অনুমতি দেয়৷ হেড ডিপ্লয়মেন্ট ডিফল্টরূপে অ্যাপস স্ক্রিপ্টে তৈরি করা হয় এবং সর্বদা কোডের বর্তমান কার্যকরী সংস্করণ থাকবে। যাইহোক, আপনার কমিউনিটি সংযোগকারীর পৃথক সংস্করণের উপর ভিত্তি করে অতিরিক্ত স্থাপনা থাকতে পারে। উদাহরণস্বরূপ, প্রধান স্থাপনা ছাড়াও, আপনার একটি পরীক্ষা স্থাপনা এবং একটি উত্পাদন স্থাপনা থাকা উচিত। এটি ব্যবহারকারীদের কাছে আপনার সংযোগকারীর একটি স্থিতিশীল এবং পরীক্ষিত সংস্করণ প্রকাশ করা নিশ্চিত করতে সহায়তা করে।
আপনার কোডের বিভিন্ন সংস্করণ বজায় রাখুন
আপনি Apps স্ক্রিপ্টে আপনার কমিউনিটি কানেক্টর ডেভেলপ করার সাথে সাথে উৎপাদন এবং বিকাশের জন্য আপনার কানেক্টর কোডের আলাদা সংস্করণ বজায় রাখা উচিত। কিভাবে বিভিন্ন সংস্করণ স্থাপন করতে হয় তার সাথে আপনার পরিচিত হওয়া উচিত।
অ্যাপস স্ক্রিপ্ট প্রকল্পের বিভিন্ন সংস্করণ বজায় রাখতে, অনুগ্রহ করে অ্যাপস স্ক্রিপ্টের সংস্করণ ডকুমেন্টেশন দেখুন।
আপনি যদি অন্য ব্যবহারকারীদের সাথে আপনার সংযোগকারী প্রকাশ বা ভাগ করে থাকেন তবে আপনি ভবিষ্যতে প্যাচ বা আপডেটগুলি প্রদান করতে চাইতে পারেন৷ এটি করতে, স্থাপনার তালিকায় বিদ্যমান স্থাপনা সম্পাদনা করুন এবং আপনি যে সংস্করণটি স্থাপন করতে চান তা চয়ন করুন। এইভাবে, ব্যবহারকারীদের অতিরিক্ত কিছু করতে হবে না এবং স্বয়ংক্রিয়ভাবে আপডেট পাবেন।
সর্বোত্তম অনুশীলন: আলাদা হেড, টেস্ট এবং প্রোডাকশন স্থাপনা রাখুন
সর্বশেষ সংস্করণ (HEAD) স্থাপনায় সর্বদা কোডের সর্বশেষ সংস্করণ থাকবে। এই স্থাপনা শুধুমাত্র উন্নয়ন উদ্দেশ্যে ব্যবহার করা উচিত. হেড ডিপ্লোয়মেন্ট ছাড়াও, আপনার একটি টেস্ট ডিপ্লয়মেন্ট এবং প্রোডাকশন ডিপ্লয়মেন্ট থাকা উচিত। আপনি আপনার সংযোগকারীর বিকাশ করার সাথে সাথে আপনার কোডের ক্রমবর্ধমান সংস্করণগুলি বজায় রাখুন এবং তারপরে পরীক্ষা এবং উত্পাদন স্থাপনায় উপযুক্ত সংস্করণগুলি বরাদ্দ করুন৷
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eDeployments make your Community Connector available for use and testing, with the Head Deployment automatically containing the latest code version.\u003c/p\u003e\n"],["\u003cp\u003eMaintaining separate versions for production and development, along with understanding deployment management, is crucial for connector stability.\u003c/p\u003e\n"],["\u003cp\u003eCreating separate deployments like Test and Production, in addition to the Head deployment, ensures a controlled release process.\u003c/p\u003e\n"],["\u003cp\u003eUpdates to existing deployments can be made by editing the deployment and selecting the desired version, automatically updating for users.\u003c/p\u003e\n"],["\u003cp\u003eUtilizing version control within Apps Script and following deployment best practices provides a stable and efficient connector development workflow.\u003c/p\u003e\n"]]],[],null,["# Deploy a Community Connector\n\nDeployments allow you to make your Community Connector available to use and\ntest. The Head Deployment is created by default in Apps Script and will always\ncontain the current working version of the code. However, you can have\nadditional deployments based on separate versions of your Community Connector.\nFor example, in addition to the *Head* deployment, you should have a *Test*\ndeployment and a *Production* deployment. This helps to ensure a stable and\ntested version of your connector is released to users.\n\nMaintain different versions of your code\n----------------------------------------\n\nAs you develop your Community Connector in Apps Script, you should maintain\nseparate versions of your connector code for production and development. You\nshould also become familiar with how to deploy different versions.\n\nTo maintain different versions of the Apps Script project, please see the\n[Versions documentation](/apps-script/guides/versions) for Apps Script.\n\nCreate separate deployments\n---------------------------\n\nFor instructions to create deployments, see [Create a versioned deployment](/apps-script/concepts/deployments#create_a_versioned_deployment).\n\nAdd updates to an existing deployment\n-------------------------------------\n\nIf you are publishing or sharing your connector with other users, you might want\nto provide patches or updates in the future. To do so, **Edit** the existing\ndeployment in the deployments list and choose the version you want to deploy.\nThis way, the users do not have to do anything additional and will receive the\nupdate automatically.\n\nFor instructions to edit deployments, see [Edit a versioned deployment](/apps-script/concepts/deployments#edit_a_versioned_deployment).\n\n| **Note:** If the connector's creator is using a Google Workspace account, the connector will have to be deployed from an account on the same domain. Consumer (e.g. gmail.com) accounts or Google Workspace accounts of a different domain will not be able to update deployments.\n\nBest practice: keep separate HEAD, Test and Production deployments\n------------------------------------------------------------------\n\nThe *Latest Version (HEAD)* deployment will always contain the latest version of\nthe code. This deployment should be used for development purposes only. In\naddition to the *HEAD* deployment, you should have a *Test* deployment and a\n*Production* deployment. As you develop your connector, maintain incremental\nversions of your code and then assign appropriate versions to the *Test* and\n*Production* deployments."]]