Skip to content
Snippets Groups Projects
Commit 930f48f6 authored by Maxime Soudant's avatar Maxime Soudant
Browse files

test deployment

parent 832ac64e
Branches master
No related tags found
No related merge requests found
Pipeline #28323 passed
......@@ -24,3 +24,14 @@ docker-build:
- if: $CI_COMMIT_BRANCH
exists:
- Dockerfile
deploy_prod:
stage: deploy
script:
- echo "Deploy to production server"
environment:
name: production
url: http://172.28.100.149:443
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment