RaboDeToro-hub-2 / uvlhub

Repository of feature models in UVL format integrated with Zenodo and flamapy following Open Science principles - Developed by DiversoLab
https://docs.uvlhub.io
0 stars 0 forks source link

Automatize deployment #15

Closed bloxio3001 closed 1 week ago

bloxio3001 commented 3 weeks ago

There will be three deployment environment:

Deployment flow:

  1. All changes added to develop
  2. Before merging into main, deploy on Development must succeed.
  3. Before creating a tagged release, deploy on Staging must succeed.
  4. After a new release has been tagged it deploys on Production.

This flow rules are configured on #10

TO DO:

Deployments must be automatized. The latest tagged version will only deploy (production environment) upon a new release is specified. The current state of develop deploy (development environment) must happen everyday at a designated time.

EPIC:

bloxio3001 commented 3 weeks ago

Three deployment environments have been created in order to correctly configure #10:

bloxio3001 commented 3 weeks ago

It's been 5 days for this critical task. I take on it.