16 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
c4c9b3f9ea Merge pull request 'Update html/index.html' (#7) from renovate-bot/static.kovagoadi.hu:renovate-bot-patch-2 into main
Reviewed-on: kovagoadi.hu/static.kovagoadi.hu#7
2025-10-22 21:40:44 +02:00
ec9e75fe3f Update html/index.html 2025-10-22 21:38:40 +02:00
b259eab108 Update html/index.html 2025-10-22 21:35:15 +02:00
202af252c8 Merge pull request 'Update html/index.html' (#6) from renovate-bot/static.kovagoadi.hu:renovate-bot-patch-1 into main
Reviewed-on: kovagoadi.hu/static.kovagoadi.hu#6
Reviewed-by: kovagoadi <kovagoadi@kovagoadi.hu>
2025-10-22 21:33:19 +02:00
927741992d Update html/index.html 2025-10-22 21:17:06 +02:00
2ca0c5c8e4 Merge pull request 'Configure Renovate' (#3) from renovate/configure into main
Reviewed-on: kovagoadi.hu/static.kovagoadi.hu#3
2025-10-22 20:33:38 +02:00
cdf57a8b14 Add renovate.json 2025-10-22 18:32:00 +00:00
d4475db152 Merge pull request 'Clean workflow' (#2) from clean-workflow into main
Reviewed-on: kovagoadi.hu/static.kovagoadi.hu#2
2025-10-22 12:26:40 +02:00
cc3c534474 Clean workflow 2025-10-22 12:24:30 +02:00
eecb07b6f2 Merge pull request 'Added older version' (#1) from testing into main
Reviewed-on: kovagoadi.hu/static.kovagoadi.hu#1
2025-10-22 12:19:30 +02:00
6 changed files with 11 additions and 24 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:
branches:
- main
pull_request:
pull_request_target:
types: [opened, synchronize, reopened, closed]
env:
@@ -70,10 +70,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: asd
run:
ls -alh
- name: Sync files via scp
uses: appleboy/scp-action@master
with:
@@ -84,7 +80,6 @@ jobs:
source: "./"
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
#target: "/tmp/app/main"
debug: true
# The 'exclude' parameter is supported and should be kept
# exclude: |
# .git/

View File

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

View File

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

View File

@@ -5,7 +5,9 @@
<title>Helló világ!</title>
</head>
<body>
<h1>Hello, World! 👋</h1>
<h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2>
<h3>Harmadik szöveg</h3>
</body>
</html>

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}