forked from kovagoadi.hu/static.kovagoadi.hu
Compare commits
6 Commits
testing
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c138a7485 | |||
| 2ca0c5c8e4 | |||
| cdf57a8b14 | |||
| d4475db152 | |||
| cc3c534474 | |||
| eecb07b6f2 |
@@ -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/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
web:
|
||||
image: nginx:1.26.1-alpine3.19-slim
|
||||
image: nginx:1.27.0-alpine3.19-slim
|
||||
ports:
|
||||
- "80"
|
||||
volumes:
|
||||
|
||||
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