天藍

首先,需要安裝 Microsoft 的模組 ember-cli-azure-deploy 。你需要位於應用程式根目錄中。

npm install --save-dev -g ember-cli-azure-deploy
azure-deploy init

如果你使用 Yarn 包管理器,你可以通過以下方式安裝:

yarn global add ember-cli-azure-deploy
azure-deploy init

這將在專案的根資料夾中建立 deploy.sh,使 Azure 能夠遵循一系列指令 - 包括安裝所有必需的節點模組,執行 ember build 並將生成的 dist/資料夾部署到你網站的 wwwroot