Automatic Game Deployment on Alibaba Cloud Using GitHub Actions
This is a submission for the Alibaba Cloud Challenge: Build a Web Game.* Table of Contents What I Built Live Demo link Alibaba Cloud Services Implementation Create Secrets on GitHub Create the Automatic Deploy Workflow Game Development Highlights Conclusion What I Built In this article, you will learn how to set up an automatic deployment workflow to publish static websites directly to Alibaba Cloud (OSS) using GitHub Actions — without needing to use the local command line with ossutil. Prerequisites An Alibaba Cloud account An OSS bucket created and configured as a static website A project with a public/ folder containing your files (e.g., index.html, assets/, etc.) A GitHub repository Live Demo Link
This is a submission for the Alibaba Cloud Challenge: Build a Web Game.*
Table of Contents
- What I Built
- Live Demo link
-
Alibaba Cloud Services Implementation
- Create Secrets on GitHub
- Create the Automatic Deploy Workflow
- Game Development Highlights
- Conclusion
What I Built
In this article, you will learn how to set up an automatic deployment workflow to publish static websites directly to Alibaba Cloud (OSS) using GitHub Actions — without needing to use the local command line with ossutil
.
Prerequisites
- An Alibaba Cloud account
- An OSS bucket created and configured as a static website
- A project with a
public/
folder containing your files (e.g.,index.html
,assets/
, etc.) - A GitHub repository
Live Demo Link