Skip to content

Commit

Permalink
Updated missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
larslemos committed Aug 29, 2023
1 parent f593b88 commit 84713c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ohri-namibia-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
-o "UserKnownHostsFile=/dev/null" \
-o "StrictHostKeyChecking=no" \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p ssh [email protected] -p 3220" \
cd /opt && \
"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"
Expand Down Expand Up @@ -277,8 +277,8 @@ jobs:
ssh -p 2217 \
-o "UserKnownHostsFile=/dev/null" \
-o "StrictHostKeyChecking=no" \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p [email protected] -p 3221 \
cd /opt && \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p [email protected] -p 3221" \
"cd /opt && \
docker compose -f docker-compose-ohri-namibia-working.yml pull && \
docker compose -f docker-compose-ohri-namibia-working.yml stop && \
docker compose -f docker-compose-ohri-namibia-working.yml up -d"
Expand Down Expand Up @@ -350,8 +350,8 @@ jobs:
ssh -p 2303 \
-o "UserKnownHostsFile=/dev/null" \
-o "StrictHostKeyChecking=no" \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p [email protected] -p 2202 \
cd /opt && \
-o "ProxyCommand=ssh -o StrictHostKeyChecking=no -W %h:%p [email protected] -p 2202" \
"cd /opt && \
docker compose -f docker-compose-ohri-namibia-demo.yml pull && \
docker compose -f docker-compose-ohri-namibia-demo.yml stop && \
docker compose -f docker-compose-ohri-namibia-demo.yml up -d"
Expand Down

0 comments on commit 84713c8

Please sign in to comment.