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

[WIP] Refactor the Makefile #1769

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BboyKeen
Copy link

@BboyKeen BboyKeen commented Mar 21, 2024

This PR brings in a new Makefile structure to offer a simpler development environment.
For the sake of simplicity and readibility, I purposefully used the Makefile as a task runner and removed almost all rules dependencies.

It introduces two Makefiles : one for the local environment and the other to build the production container.

Instead of relying on config files, we now rely on default env files. I introduced a possibility to override defaults by using a config/env.local which will be automatically read by the Makefile.

  • The production Makefile still needs testing to make sure it bootstraps the production container properly.
  • Same for Github Actions

This PR depends on #1767 and on #1768

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.

None yet

1 participant