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

stages:         
  - deploy

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