GreatDevelopers / Certificate

Web-based Certificate generation system
MIT License
20 stars 35 forks source link

Set up Auto Deploy on Successful merge #31

Open vigasdeep opened 7 years ago

vigasdeep commented 7 years ago

Deploy at certmate.csiom.com if the merge is succeded on master/default branch.

vigasdeep commented 7 years ago

This will be done using Continous Integration, and I'm going to use Travis CI. Here's the thing, Normally any CI system runs a command to know if the build is successful and is without any errors. In case of PHP there ought to be test cases, if they generate right output, means the code is doing good. And then it will deploy. But since we do not have any test cases, what should be done? One option can be, deploy without checking anything. Kindly give you 2 cents here. What do you think about all this?

amisha2016 commented 7 years ago

@vigasdeep Are you talking the test cases necessary to generate Certificate project?

mandeeps708 commented 7 years ago

We may have it direct for now. Merged and deployed. And we may have the 'test cases' as one of the next milestones.