Skip to content
Snippets Groups Projects
Commit dfa7b6b3 authored by LAMRINI Houda's avatar LAMRINI Houda
Browse files

Depot de fichier .gitlab-ci

parent 42607e3a
No related branches found
No related tags found
No related merge requests found
Pipeline #47306 failed
stages:
- build_stage
- deploy_stage
# Job de construction de l'image Docker
build:
stage: build_stage
script:
- docker --version
- docker build -t pyapp .
# Job de déploiement de l'image Docker
deploy:
stage: deploy_stage
script:
- docker run -d --name pythoncontainer -p 80:5000 pyapp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment