Compare commits

..

2 commits

Author SHA1 Message Date
efc276ee87
echo ${@}
Some checks failed
/ job (push) Failing after 5m45s
2024-06-01 18:45:06 +02:00
f854e2f874
cd_ssh_hosts 2024-06-01 18:43:45 +02:00
15 changed files with 15 additions and 14 deletions

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

View file

@ -7,7 +7,7 @@ jobs:
- name: cd
env:
CD: ${{secrets.cd}}
run: ${{vars.cd}}
run: ${{vars.cd}} ${{vars.cd_ssh_hosts}}
- run: cd-list-environment
- run: cd-clone-branch

1
cd.sh
View file

@ -12,6 +12,7 @@ rwx \
# main
cd_main () {
echo "${@}"
cd_set_environment_variables
cd_set_packages_repositories
cd_set_packages_configuration