Skip to content
Snippets Groups Projects
Commit fc295966 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Update .gitlab-ci.yml

Former-commit-id: 50cdd7877d7ccc410fb6d708334150b3c565fd0f
parent 54a59f3a
No related branches found
No related tags found
No related merge requests found
...@@ -11,4 +11,11 @@ test-centos7: ...@@ -11,4 +11,11 @@ test-centos7:
- yum install -y httpd httpd-devel - yum install -y httpd httpd-devel
- cd ippisite - cd ippisite
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- python3 manage.py test - python3 manage.py test
\ No newline at end of file deploy-webserver:
stage: deploy
tags:
- ansible
script:
- cd ansible
- ansible-playbook -v -i ./hosts deploy.yaml --ask-become-pass --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment