aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 47821e8caa3a647160980934fef2215049a5bc7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: 'python:3'

stages:         
  - deploy

deploy-job:    
  stage: deploy  
  script:
    - echo "Deploying application..."
    - echo "Application successfully deployed."
    - pip install 'ansible<2.10'
    - ansible --version
    - git --version