forked from kovagoadi.hu/static.kovagoadi.hu
Compare commits
18 Commits
testing
...
testuser-p
| Author | SHA1 | Date | |
|---|---|---|---|
| 189c829fa6 | |||
| d6f763748f | |||
| e09f248256 | |||
| 304f32383f | |||
| 850d1be725 | |||
| 3981773ed8 | |||
| d4b8a721d6 | |||
| 7ba8935999 | |||
| c4c9b3f9ea | |||
| ec9e75fe3f | |||
| b259eab108 | |||
| 202af252c8 | |||
| 927741992d | |||
| 2ca0c5c8e4 | |||
| cdf57a8b14 | |||
| d4475db152 | |||
| cc3c534474 | |||
| eecb07b6f2 |
@@ -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"
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -3,6 +3,6 @@ services:
|
||||
web:
|
||||
image: nginx:1.26.1-alpine3.19-slim
|
||||
ports:
|
||||
- "80"
|
||||
- "81"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
|
||||
@@ -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
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user