Skip to content
Snippets Groups Projects
Commit 33c1b5a4 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Use double quotes

parent f27ed342
No related branches found
No related tags found
No related merge requests found
Pipeline #2426 failed
......@@ -103,7 +103,7 @@ reload-service:
- chmod 644 ~/.ssh/known_hosts
script:
- ssh $SSH_AURA_RADIO_USER@$SSH_AURA_RADIO_HOST 'cd $DOCKER_COMPOSE; docker compose up -d --no-deps $SERVICE_NAME'
- ssh $SSH_AURA_RADIO_USER@$SSH_AURA_RADIO_HOST "cd $DOCKER_COMPOSE; docker compose up -d --no-deps $SERVICE_NAME"
release_job:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment