Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

feat: notify the Change API on deployments #1472

Merged
merged 1 commit into from
Jul 29, 2019
Merged

Conversation

sjparkinson
Copy link
Contributor

@sjparkinson sjparkinson commented Jul 29, 2019

This repo has a custom deployment target defined in it's Makefile, so we must explicitly call the change-api target that is defined in n-gage.

@sjparkinson sjparkinson requested a review from a team July 29, 2019 08:24
@ghost ghost requested a review from adambraimbridge July 29, 2019 08:24
Makefile Outdated
@@ -133,6 +133,7 @@ deploy-s3:
nht deploy-hashed-assets --directory public/n-ui --monitor-assets

deploy: deploy-s3 npm-publish rebuild-user-facing-apps
@$(MAKE) change-api
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a particular reason to do it this way instead of as another dependency of deploy (i.e. after rebuild-user-facing-apps?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None! Hadn't thought about using it as a target dependency. Will update it to that.

@sjparkinson sjparkinson merged commit 574357e into master Jul 29, 2019
@sjparkinson sjparkinson deleted the sjparkinson-patch-1 branch July 29, 2019 14:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants