A place for dropping a build artifact from CI pipelines
This project design for self-hosted to store build artifact from CI pipelines more properly and can control the artifact access more than GitHub Action give.
This project required
Copy .env.example
to .env
and fill the value
cat .env.example > .env
Install dependencies
poetry install
Migrate database
poetry run python manage.py migrate
Run server
poetry run python manage.py runserver
If you want to stay in the poetry shell, you can run
poetry shell
This project is licensed under the MIT License - see the LICENSE file for details