# デプロイメント

Devinは、FileMakerプロジェクトのデプロイメントと管理を開発から本番環境までのさまざまな環境で効率的に行えるようにします。デプロイメントとその効果的な管理戦略を理解することは、FileMakerアプリケーションの整合性とパフォーマンスを維持するために重要です。

Devinでは、開発サーバーの外に存在するすべての`fmp12`ファイルはデプロイメントと見なされます。これらのデプロイメントは、開発ライフサイクルの異なるステージ（環境）に位置するプロジェクトのライブバージョンです。それぞれのデプロイメントは、開発環境内の対応するファイルおよびリリースブランチにリンクされています。このようにして、特定の環境にブランチをリンクすることで、カスタムデプロイメントフローを設定することができます。

例えば、以下の画像は、「`UAT`」デプロイメントが「`test`」ブランチにリンクされている例を示しています。つまり、「`test`」ブランチに新しいリリースがあるたびに、それを「`UAT`」にデプロイできるということです。

<figure><img src="/files/unD0yRaauFfN2KlKzJY9" alt=""><figcaption><p>「UAT」と「PROD」の2つの環境にデプロイメントがあるモジュールの例で、それぞれが対応するブランチにリンクされています。</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devin.fm/jp/ji-neng/depuroimento.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
