From 279472cac69a4c7557c5dc860040e22e0416c9f1 Mon Sep 17 00:00:00 2001 From: kang051109 <2765826524@qq.com> Date: Mon, 11 May 2026 13:56:49 +0800 Subject: [PATCH 1/8] Update student name in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8f814e4..91cdd29 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@

Cloud-Native Deployment Success!

This site was deployed using GitHub Actions.

● Site Status: Live

-

Student Name: Honglin Yuan

+

Student Name: Kang Xu

Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)

From bd6dd14dfa69f1b1a125f4cfb69b3704b2de8198 Mon Sep 17 00:00:00 2001 From: kang051109 <2765826524@qq.com> Date: Mon, 11 May 2026 14:03:18 +0800 Subject: [PATCH 2/8] Update student name from 'Kang Xu' to 'Xu Kang' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 91cdd29..aee534a 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@

Cloud-Native Deployment Success!

This site was deployed using GitHub Actions.

● Site Status: Live

-

Student Name: Kang Xu

+

Student Name: Xu Kang

Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)

From 28b1764da62c73df65d5352bb77a4da510149fb4 Mon Sep 17 00:00:00 2001 From: kang051109 <2765826524@qq.com> Date: Mon, 11 May 2026 14:06:31 +0800 Subject: [PATCH 3/8] Update index.html --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index aee534a..46ea3a8 100644 --- a/index.html +++ b/index.html @@ -3,14 +3,15 @@ Cloud Computing Lab - From 6f3a0895a76689a04eac44296a307b01c12d2efe Mon Sep 17 00:00:00 2001 From: kang051109 <2765826524@qq.com> Date: Mon, 11 May 2026 14:08:50 +0800 Subject: [PATCH 4/8] Update index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 46ea3a8..46ff03d 100644 --- a/index.html +++ b/index.html @@ -26,5 +26,8 @@

Cloud-Native Deployment Success!


Student Name: Xu Kang

Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)

+ GitHub Logo From a6e82da1098450212850de04a2cc46e594ee7d00 Mon Sep 17 00:00:00 2001 From: kang051109 <2765826524@qq.com> Date: Thu, 21 May 2026 02:13:44 +0000 Subject: [PATCH 5/8] Finished Lab 2 --- Dockerfile | 8 ++++++++ index.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8de467d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +# 使用 Nginx(流行的 Web 服务器)作为基础镜像 +FROM nginx:alpine + +# 将你的 index.html 复制到容器内的 Nginx Web 目录 +COPY index.html /usr/share/nginx/html/index.html + +# 告诉 Docker 容器在运行时监听 80 端口 +EXPOSE 80 \ No newline at end of file diff --git a/index.html b/index.html index 46ff03d..fe827e0 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ width="100" alt="Actions Logo" class="cloud-logo"> -

Cloud-Native Deployment Success!

+

Cloud-Native Deployment Updated!

This site was deployed using GitHub Actions.

● Site Status: Live

From c76572e94d4b1c6441a8a22e1b30e2e99bbdbcd2 Mon Sep 17 00:00:00 2001 From: kang051109 <2765826524@qq.com> Date: Thu, 28 May 2026 01:51:11 +0000 Subject: [PATCH 6/8] adjust --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index fe827e0..c50aa07 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Cloud Computing Lab + Cloud App v2