Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4c9b3f9ea | ||
|
|
ec9e75fe3f | ||
|
|
b259eab108 | ||
|
|
202af252c8 | ||
|
|
927741992d | ||
|
|
2ca0c5c8e4 | ||
|
|
cdf57a8b14 | ||
|
|
d4475db152 | ||
|
|
cc3c534474 | ||
|
|
eecb07b6f2 |
@@ -70,10 +70,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: asd
|
|
||||||
run:
|
|
||||||
ls -alh
|
|
||||||
|
|
||||||
- name: Sync files via scp
|
- name: Sync files via scp
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
with:
|
with:
|
||||||
@@ -84,7 +80,6 @@ jobs:
|
|||||||
source: "./"
|
source: "./"
|
||||||
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
|
target: "${{ needs.prepare_deployment_vars.outputs.deploy_path }}"
|
||||||
#target: "/tmp/app/main"
|
#target: "/tmp/app/main"
|
||||||
debug: true
|
|
||||||
# The 'exclude' parameter is supported and should be kept
|
# The 'exclude' parameter is supported and should be kept
|
||||||
# exclude: |
|
# exclude: |
|
||||||
# .git/
|
# .git/
|
||||||
|
|||||||
+2
-1
@@ -5,7 +5,8 @@
|
|||||||
<title>Helló világ!</title>
|
<title>Helló világ!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello, World! 👋</h1>
|
<h1>Sziasztok, emberek! 👋</h1>
|
||||||
|
<h2>Másik szöveg</h2>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user