Skip to content

Commit

Permalink
Merge pull request #78 from larslemos/dev-namibia
Browse files Browse the repository at this point in the history
Fix double quotes order
  • Loading branch information
larslemos authored Aug 29, 2023
2 parents e945b35 + 6d533dd commit a7edecb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ohri-namibia-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a7edecb

Please sign in to comment.