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

Use double quotes

parent 1aa7dd0e
No related branches found
No related tags found
No related merge requests found
Pipeline #2436 passed
......@@ -63,7 +63,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