Skip to content
Snippets Groups Projects
Commit ae31ff89 authored by Aurelien DOUARD's avatar Aurelien DOUARD
Browse files

Add .gitlab-ci.yml file

parent 1dd595a3
No related branches found
No related tags found
3 merge requests!5Develop,!2Develop back,!1Ci
Pipeline #8799 canceled
stages:
- deploy
deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
script:
- docker build -t BackMarvelVSCapman:latest ./BackMarvelVSCapman/BackMarvelVSCapman
- docker run -d -p 4444:80 BackMarvelVSCapman:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment