Skip to content
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

Configure pipelines (build, test, lint, docs) #39

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

luis-furtado
Copy link

Purpose

The purpose is make the good practices base configurations of software development to this repository. This include a docker environment configuration, and some others patterns of good practices.

Tasks

  • Create Dockerfile and docker environments configurations to run application in container
  • Create optional pipeline to build application image and push latest image of application to DockerHub
  • Create pipeline to generate automated documentation with Sphinx
  • Create a single basic test to application and include pipeline workflow to test
  • Create lint configuration base on good practices and pipeline to run lint each new PR

How to test

You need just verify the pipelines working on respectives branchs with theirs respectives tasks.

Images

Application running on Docker Container

Screen Shot 2023-06-27 at 08 51 55

Sucessfull image build

Screen Shot 2023-06-27 at 08 51 39

Build and push to docker Hub

Screen Shot 2023-06-27 at 09 58 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant