ci: quote that
This commit is contained in:
@@ -73,7 +73,6 @@ runs:
|
||||
|
||||
- name: Deploy services via SSH
|
||||
run: |
|
||||
echo "HOST SHI: ${REMOTE_USER}@${REMOTE_HOST}"
|
||||
ssh -o StrictHostKeyChecking=yes \
|
||||
-o UserKnownHostsFile=~/.ssh/known_hosts \
|
||||
-i ~/.ssh/id_rsa \
|
||||
@@ -86,7 +85,7 @@ runs:
|
||||
ssh -o StrictHostKeyChecking=yes \
|
||||
-o UserKnownHostsFile= ~/.ssh/known_hosts \
|
||||
-i ~/.ssh/id_rsa \
|
||||
${REMOTE_USER}@${REMOTE_HOST} \
|
||||
"${REMOTE_USER}@${REMOTE_HOST}" \
|
||||
docker-compose -f ${DEPLOYMENT_PATH} ps
|
||||
shell: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user