Skip to content

Commit f05dabe

Browse files
authored
Update Deployment.md
1 parent f16e18c commit f05dabe

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/Deployment.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
## デプロイ
22

33
### Azure Web App にデプロイする手順
4-
T.B.D.
4+
GitHub にサインインして、このリポジトリを fork します。
5+
(Azure Web App と連携させるには、自身で所有しているリポジトリでなければならないためです。)
6+
7+
次に、Azure で Web App を作成します。
8+
9+
作成が完了したら、[デプロイ オプション] を構成します。
10+
ソースとして GitHub を選択すると、アカウント承認の画面が現れます。さらにリポジトリとブランチを選択します。
11+
12+
必要な設定はこれだけです。設定完了と同時に、ビルドおよびデプロイが開始されます。
13+
14+
これ以降も、fork したリポジトリを更新すれば、自動的にビルドおよびデプロイが実行されます。
15+
16+
### 参照
17+
- [Azure と GitHub で継続的デプロイ (2017)](https://sakapon.wordpress.com/2017/12/30/azure-github-2017/)

0 commit comments

Comments
 (0)