InterviewSolution
| 1. |
What Exactly Do You Know About The Workflow In The Octopus Deploy? |
|
Answer» The Octopus Deploy follows a typical workflow and the same could be understood in a stepwise manner. The very first thing is committing the derived code to the control system for the source. Next thing that the DEVELOPERS have to pay attention to is the USE of git and subversion for accomplishing the sub tasks. Users’ next need to run the units TESTS after the compiling of the code by the server are complete. Next big task is APPLICATION packaging which ensures EFFICIENCY and security. At last, the deploy package pushed the application. The Octopus Deploy follows a typical workflow and the same could be understood in a stepwise manner. The very first thing is committing the derived code to the control system for the source. Next thing that the developers have to pay attention to is the use of git and subversion for accomplishing the sub tasks. Users’ next need to run the units tests after the compiling of the code by the server are complete. Next big task is application packaging which ensures efficiency and security. At last, the deploy package pushed the application. |
|