10 Commits
3 changed files with 8 additions and 6 deletions
-5
View File
@@ -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/
+2 -1
View File
@@ -5,7 +5,8 @@
<title>Helló világ!</title>
</head>
<body>
<h1>Hello, World! 👋</h1>
<h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2>
</body>
</html>
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}