Initial commit: static landing page with CI/CD
build / build-and-push (push) Failing after 1s

This commit is contained in:
nick
2026-07-12 05:53:08 +08:00
commit bc816c0925
5 changed files with 112 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
FROM nginx:1.27-alpine
COPY index.html /usr/share/nginx/html/index.html