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

stages:         
  - deploy

deploy-job:    
  stage: deploy  
  script:
    - apt update -y && apt install -y sshpass
    - echo "Deploying application..."
    - echo "Application successfully deployed."
    - git clone --branch install --depth 1 https://gitlab.com/kdam0/vps.git
    - cd vps
    - echo $VAULT_PASS > vaultid
    - make install
    - cat hosts
    - make facts group=compute args="-v"