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

Commit

Permalink
Merge pull request #204 from Financial-Times/update-change-api-request
Browse files Browse the repository at this point in the history
Use circle repo name instead of vault
  • Loading branch information
ericanand authored Jul 9, 2019
2 parents a1ffbb8 + df52f23 commit 4e51871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ change-api:
\"githubName\": \"$(CIRCLE_USERNAME)\" \
}, \
\"environment\": \"production\", \
\"systemCode\": \"$(VAULT_NAME)\", \
\"systemCode\": \"$(CIRCLE_PROJECT_REPONAME)\", \
\"commit\": \"$(CIRCLE_SHA1)\" \
}" \
https://api.ft.com/change-log/v1/create
Expand Down

0 comments on commit 4e51871

Please sign in to comment.