-
Notifications
You must be signed in to change notification settings - Fork 9
added heart_twin with devops workflows for gitlab #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devops
Are you sure you want to change the base?
added heart_twin with devops workflows for gitlab #57
Conversation
|
@pranjayyelkotwar The code is giving the following error. In addition, please update this PR with the updates done in the PR #58 |
|
Also the docker executor does not have default port mapping. How does the application become visible on the localhost? |
|
Two new directories have been added in this PR , heart_dt and heart_dt_paas where heart_dt has two yml files , one for shell based execution and one for docker based execution. Detailed documentation for this is is given in the devops.md file . heart_dt_pass uses the exact same code but is meant for the deployment of the twin on render.com , documentation is provided in devops.md file. The yml file for this twin , on execution will mirror repo contents to a github repo which is connected to render.com which will deploy the digital twin |
This PR seeks to merge the heart DT with devops workflows using a shell based gitlab runner with the devops branch of dtaas examples