diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b23f497..15e8bad 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,6 +1,7 @@ name: Cloud-Deployment-Pipeline on: + workflow_dispatch: push: branches: ["main"] # Triggers the workflow on every push to the main branch @@ -26,3 +27,4 @@ jobs: - name: Execute Deployment uses: actions/deploy-pages@v4 + diff --git a/index.html b/index.html index a62ed5a..d030056 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ Cloud Computing Lab @@ -13,7 +13,10 @@

Cloud-Native Deployment Success!

This site was deployed using GitHub Actions.

● Site Status: Live

-

Student Name: [Replace with your name]

+

Student Name: 姜丞骏

Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)

+

Actions Logo

+ + diff --git a/reports/whatokk_Lab6_Cloud_Native_Automated_Deployment_Report.pdf b/reports/whatokk_Lab6_Cloud_Native_Automated_Deployment_Report.pdf new file mode 100644 index 0000000..88493d3 Binary files /dev/null and b/reports/whatokk_Lab6_Cloud_Native_Automated_Deployment_Report.pdf differ diff --git a/reports/whatokk_Lab6_experiment_record.md b/reports/whatokk_Lab6_experiment_record.md new file mode 100644 index 0000000..ba4c50b --- /dev/null +++ b/reports/whatokk_Lab6_experiment_record.md @@ -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 , 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.