From 6d533dd27da7c7973006fbfae9755a86200e1555 Mon Sep 17 00:00:00 2001 From: Lars Albino Lemos Date: Tue, 29 Aug 2023 15:16:34 +0200 Subject: [PATCH] Fix double quotes order --- .github/workflows/ohri-namibia-ci-cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ohri-namibia-ci-cd.yml b/.github/workflows/ohri-namibia-ci-cd.yml index 6be3a4c15..ecc5a6705 100644 --- a/.github/workflows/ohri-namibia-ci-cd.yml +++ b/.github/workflows/ohri-namibia-ci-cd.yml @@ -200,12 +200,12 @@ jobs: - name: SSH to remote OHRI Dev server via jump host run: | - 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 && \ - docker compose -f docker-compose-ohri-namibia-dev.yml up -d" - + 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 && \ + docker compose -f docker-compose-ohri-namibia-dev.yml up -d" + namibia_working_server_status: if: github.ref == 'refs/heads/working'