Skip to content

Feat - Implement CI/CD

GridexX requested to merge GridexX/myphotoshare:feat-implement-CI/CD into master

I discovered your project recently and find it interesting.

I'm suggesting to add some GitLab jobs inside the .gitlab-ci.yml

Here are some jobs that could be useful : For example, it might be interesting to have a linter that helps you validate the quality of the code. Another example could be to have a links checker, which can detect if links used are reachable. Last but not least, a job that runs your tests to ensure your application works as expected.

Another option is to automate the deployment. Depending on your web host solution, different solutions could be implemented.

For more informations about CI/CD pipelines, here is a well written doc : https://docs.gitlab.com/ee/ci/

Hope you find it useful, if you agree on this process i will start working on it. Don’t hesitate to contact me if you have any questions or ideas of enhancement.

Merge request reports