matchID-project / validation

STANDALONE APP :eye: User Interface for validation of matchID's matches :couple: :two_men_holding_hands: :two_women_holding_hands:
3 stars 2 forks source link

Github to gitlab migration for gitlab ci integration #14

Open rhanka opened 7 years ago

rhanka commented 7 years ago

We should migrate to Gitlab, to take benefit from gitlab-ci integration.

Dockerfile & docker-compose have been proved to been really easy for npm & vue, and gitlab-ci is just a yaml wrapping Dockerfile.

A first draft of .gitlab-ci.yml has been pushed to the project).

Tristramg commented 7 years ago

I really like gitlab for tons of reasons, and gitlab-ci is amazing, but for this project a good old https://travis-ci.org/ can also do the work.

I’ll make a merge request