Skip to content

Commit

Permalink
Merge pull request #76 from larslemos/dev-namibia
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
larslemos authored Aug 29, 2023
2 parents 4a42b2f + e92abd2 commit 42b9572
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ohri-namibia-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,15 @@ 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" \
"cd /opt && \
docker compose -f docker-compose-ohri-namibia-dev.yml pull && \
docker compose -f docker-compose-ohri-namibia-dev.yml stop && \
docker compose -f docker-compose-ohri-namibia-dev.yml up -d"
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" \
"cd /opt && \
docker compose -f docker-compose-ohri-namibia-dev.yml pull && \
docker compose -f docker-compose-ohri-namibia-dev.yml stop && \
docker compose -f docker-compose-ohri-namibia-dev.yml up -d"

namibia_working_server_status:
if: github.ref == 'refs/heads/working'
Expand Down

0 comments on commit 42b9572

Please sign in to comment.