6 Commits

Author SHA1 Message Date
e09f248256 Merge branch 'main' into testuser-patch-1 2025-10-23 23:12:29 +02:00
304f32383f Trying this out 2025-10-23 23:11:45 +02:00
850d1be725 Update html/index.html 2025-10-23 22:26:46 +02:00
3981773ed8 Removed unneeded file 2025-10-22 21:58:24 +02:00
d4b8a721d6 Update docker-compose.yaml 2025-10-22 21:56:59 +02:00
7ba8935999 Delete .gitea/workflows/hello.yamlx 2025-10-22 21:53:34 +02:00
5 changed files with 3 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
name: Hello world
on:
- push
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print hello
run: echo "Hello, world! from Gitea Actions"

View File

@@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- main - main
pull_request: pull_request_target:
types: [opened, synchronize, reopened, closed] types: [opened, synchronize, reopened, closed]
env: env:

View File

@@ -1 +0,0 @@
Random file, ami remélhetőleg megjelenik

View File

@@ -3,6 +3,6 @@ services:
web: web:
image: nginx:1.26.1-alpine3.19-slim image: nginx:1.26.1-alpine3.19-slim
ports: ports:
- "80" - "81"
volumes: volumes:
- ./html:/usr/share/nginx/html:ro - ./html:/usr/share/nginx/html:ro

View File

@@ -7,6 +7,7 @@
<body> <body>
<h1>Sziasztok, emberek! 👋</h1> <h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2> <h2>Másik szöveg</h2>
<h3>Harmadik szöveg</h3>
</body> </body>
</html> </html>