This commit is contained in:
parent
e79a527ac6
commit
232902ea63
@ -72,9 +72,18 @@ steps:
|
|||||||
- name: deploy website
|
- name: deploy website
|
||||||
image: apairon/mark2web:latest
|
image: apairon/mark2web:latest
|
||||||
pull: never
|
pull: never
|
||||||
|
environment:
|
||||||
|
RSYNC_PASS:
|
||||||
|
from_secret: rsync_pass
|
||||||
commands:
|
commands:
|
||||||
- /mark2web -version
|
- /mark2web -version
|
||||||
- /mark2web -in website -out html -create -logLevel debug
|
- /mark2web -in website -out html -create -logLevel debug
|
||||||
|
- '
|
||||||
|
rsync -rlcgD -i -u -v --stats --progress
|
||||||
|
--delete
|
||||||
|
-e "sshpass -p ${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 22222"
|
||||||
|
html/
|
||||||
|
basiskonfiguration_mark2web_rsync@deploy.bc1.basehosts.de:./'
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -6,7 +6,7 @@
|
|||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"match": "website/.*",
|
"match": "website/.*",
|
||||||
"cmd": "mark2web -in ${workspaceRoot}/website -out ${workspaceRoot}/html -create",
|
"cmd": "time mark2web -in ${workspaceRoot}/website -out ${workspaceRoot}/html -create",
|
||||||
"silent": false
|
"silent": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user