crap
This commit is contained in:
parent
f12369d098
commit
be2cf58284
1 changed files with 3 additions and 3 deletions
6
.github/workflows/debian:bookworm.yaml
vendored
6
.github/workflows/debian:bookworm.yaml
vendored
|
@ -7,9 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
- name: cd
|
||||||
run: >
|
run: >
|
||||||
${{vars.cd}}
|
echo '${{vars.CD}}' | sed 's|\r||g' | sh -s
|
||||||
"${{secrets.cd_ssh_key}}"
|
"${{secrets.CD_SSH_KEY}}"
|
||||||
"${{vars.cd_ssh_hosts}}"
|
"${{vars.CD_SSH_HOSTS}}"
|
||||||
|
|
||||||
- run: cd-list-environment
|
- run: cd-list-environment
|
||||||
- run: cd-clone-branch
|
- run: cd-clone-branch
|
||||||
|
|
Loading…
Reference in a new issue