Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
escape dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ecruzado committed Jan 8, 2019
1 parent a98d48d commit 2c4d1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deploy-steps: &deploy-steps
ssh -i bst-server.pem [email protected] "
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker pull bespoken/bst:$CIRCLE_TAG
docker stop $(docker ps -aq)
docker stop \$(docker ps -aq)
docker run -d --env-file .env -p 443:443 -p 5000:5000 bespoken/bst:$CIRCLE_TAG tail -f /dev/null
"
Expand Down

0 comments on commit 2c4d1a3

Please sign in to comment.