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 > .envInstall dependencies
poetry installMigrate database
poetry run python manage.py migrateRun server
poetry run python manage.py runserverIf you want to stay in the poetry shell, you can run
poetry shellThis project is licensed under the MIT License - see the LICENSE file for details
