diff options
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47821e8..d1691a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,5 @@ deploy-job: script: - echo "Deploying application..." - echo "Application successfully deployed." - - pip install 'ansible<2.10' - - ansible --version - - git --version - + - git clone https://gitlab.com/kdam0/vps.git + - cd vps && ls -al |
