feat(deploy): vollständige Containerlösung
This commit is contained in:
3
deploy/Dockerfile
Normal file
3
deploy/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM thecatlady/webhook:2.8.0
|
||||
USER root
|
||||
RUN apk add --no-cache git docker-cli bash
|
||||
@@ -1,5 +0,0 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk add --no-cache git docker-cli bash
|
||||
|
||||
WORKDIR /workspace
|
||||
@@ -1,25 +1,7 @@
|
||||
[
|
||||
{
|
||||
"id": "bruchtal-deploy",
|
||||
"execute-command": "docker",
|
||||
"command-working-directory": "/",
|
||||
"pass-arguments-to-command": [
|
||||
{
|
||||
"source": "string",
|
||||
"name": "exec"
|
||||
},
|
||||
{
|
||||
"source": "string",
|
||||
"name": "bruchtal-deploy"
|
||||
},
|
||||
{
|
||||
"source": "string",
|
||||
"name": "bash"
|
||||
},
|
||||
{
|
||||
"source": "string",
|
||||
"name": "/workspace/deploy/deploy-bruchtal.sh"
|
||||
}
|
||||
]
|
||||
"execute-command": "/workspace/deploy/deploy-bruchtal.sh",
|
||||
"command-working-directory": "/workspace"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user