Add sampleapp content + Gitea Actions CI/CD workflow
sampleapp-cicd / ci (push) Successful in 43s
sampleapp-cicd / deploy (push) Successful in 2s

This commit is contained in:
2026-07-18 16:15:11 +02:00
parent c3f7b4c8f7
commit 33f7c16ee2
3 changed files with 105 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80