Add Gitlab CI
Frontend CI
any branch:
- lint (automatic)
- test (automatic)
- deploy dev (manual)
^develop$ branch:
- lint (automatic)
- test (automatic)
- deploy test (automatic)
- deploy dev (manual)
^release/.*$ branch:
- lint (automatic)
- test (automatic)
- deploy stage (automatic)
- deploy dev (manual)
tag ^v.*$:
- deploy prod (manual)