Replies: 1 comment
-
Hi One way to automate this is, you can build and push client changes as a part of code build step. Ideally, you should have a control plane repo which will have services shared across tenants like tenant-registration, tenant-management, admin UI..etc. An application plane repo which will have application services, application UI..etc. Then you should have a Codepipeline for each of these repos. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Just curious if there is any automated way to deploy client changes. At the moment if we push to CodeCommit it just builds server-side code and deploys only that. I am manually building the code a pushing it to S3. Is there any automation possible here?
Beta Was this translation helpful? Give feedback.
All reactions