Skip to content
Open
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Cloud-Deployment-Pipeline

on:
workflow_dispatch:
push:
branches: ["main"] # Triggers the workflow on every push to the main branch

Expand All @@ -26,3 +27,4 @@ jobs:

- name: Execute Deployment
uses: actions/deploy-pages@v4

9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
<meta charset="UTF-8">
<title>Cloud Computing Lab </title>
<style>
body { font-family: sans-serif; text-align: center; padding-top: 50px; }
.status { color: green; font-weight: bold; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: center; padding-top: 50px; background-color: #f4f4f9; }
.status { color: #007bff; font-weight: bold; }
</style>
</head>
<body>
<h1>Cloud-Native Deployment Success!</h1>
<p>This site was deployed using <b>GitHub Actions</b>.</p>
<div class="status">● Site Status: Live</div>
<hr>
<p>Student Name: [Replace with your name]</p>
<p>Student Name: 姜丞骏</p>
<p>Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)</p>
<p><img src="https://github.githubassets.com/images/modules/site/features/actions-icon-actions.svg" width="100" alt="Actions Logo"></p>
</body>
</html>


Binary file not shown.
12 changes: 12 additions & 0 deletions reports/whatokk_Lab6_experiment_record.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Lab6 Experiment Record

- Source repository: https://github.com/yhldrf/cloud-computing-lab-github
- Working repository: https://github.com/whatokk/cloud-computing-lab-github
- Live GitHub Pages URL: https://whatokk.github.io/cloud-computing-lab-github/
- Successful Actions run: https://github.com/whatokk/cloud-computing-lab-github/actions/runs/27237668861
- Collaborator invited: yhldrf <yhldrf@gmail.com>, permission: write
- Report generated at: 2026-06-10 05:46:08 +08:00

## Results

The page was personalized with student name `姜丞骏`, a light background color, blue status style, and an external GitHub Actions image. GitHub Pages was configured with workflow deployment, and the workflow completed successfully.