Skip to content

Commit

Permalink
Merge pull request #77 from larslemos/dev-namibia
Browse files Browse the repository at this point in the history
Remove redundant param
  • Loading branch information
larslemos authored Aug 29, 2023
2 parents 42b9572 + 6bcbdf9 commit e945b35
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/ohri-namibia-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
cd /opt && \
ls -la -t
namibia_dev_deploy:
namibia_dev_server_deploy:
runs-on: ubuntu-latest
needs: namibia_dev_server_status

Expand All @@ -200,10 +200,7 @@ jobs:

- name: SSH to remote OHRI Dev server via jump host
run: |
ssh -p 2216 \
-o "UserKnownHostsFile=/dev/null" \
-o "StrictHostKeyChecking=no" \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p ssh llemos@reports.globalhealthapp.net -p 3220" \
ssh -o StrictHostKeyChecking=no llemos@reports.globalhealthapp.net -p 3220
"cd /opt && \
docker compose -f docker-compose-ohri-namibia-dev.yml pull && \
docker compose -f docker-compose-ohri-namibia-dev.yml stop && \
Expand Down Expand Up @@ -257,7 +254,7 @@ jobs:
cd /opt && \
ls -la -t
namibia_working_deploy:
namibia_working_server_server_deploy:
runs-on: ubuntu-latest
needs: namibia_working_server_status

Expand All @@ -275,10 +272,7 @@ jobs:

- name: SSH to remote OHRI Dev server via jump host
run: |
ssh -p 2217 \
-o "UserKnownHostsFile=/dev/null" \
-o "StrictHostKeyChecking=no" \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p llemos@reports.globalhealthapp.net -p 3221" \
ssh -o StrictHostKeyChecking=no llemos@reports.globalhealthapp.net -p 3221
"cd /opt && \
docker compose -f docker-compose-ohri-namibia-working.yml pull && \
docker compose -f docker-compose-ohri-namibia-working.yml stop && \
Expand Down Expand Up @@ -330,7 +324,7 @@ jobs:
cd /opt && \
ls -la -t
namibia_demo_deploy:
namibia_demo_server_server_deploy:
runs-on: ubuntu-latest
needs: namibia_demo_server_status

Expand All @@ -348,10 +342,7 @@ jobs:

- name: SSH to remote OHRI Dev server via jump host
run: |
ssh -p 2303 \
-o "UserKnownHostsFile=/dev/null" \
-o "StrictHostKeyChecking=no" \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p llemos@reports.globalhealthapp.net -p 2202" \
ssh -o StrictHostKeyChecking=no llemos@reports.globalhealthapp.net -p 2202
"cd /opt && \
docker compose -f docker-compose-ohri-namibia-demo.yml pull && \
docker compose -f docker-compose-ohri-namibia-demo.yml stop && \
Expand Down

0 comments on commit e945b35

Please sign in to comment.