Skip to content

Commit

Permalink
Fix redeployment yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzbergedu committed Mar 11, 2022
1 parent 0e47074 commit f7ab350
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 @@ -56,7 +56,7 @@ jobs:
path_to_lcov: '/home/circleci/project/parser/lcov.info'
- run:
name: Run redeploy
command: "curl -X GET 'http://34.196.223.79/redeploy' -H 'Content-type: application/json' -d '$THE_PRIVKEY'"
command: "curl -X GET 'http://34.196.223.79/redeploy' -H 'Content-type: application/json' -d \"$THE_PRIVKEY\""

# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
Expand Down

0 comments on commit f7ab350

Please sign in to comment.