Skip to content

A place for dropping a build artifact from CI pipelines

License

Notifications You must be signed in to change notification settings

HelloYeew/atena

Repository files navigation

Atena Saotome

Atena

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.

Start developing atena

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

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A place for dropping a build artifact from CI pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published