diff --git a/backend/secfit/.gitlab-ci.yml b/backend/secfit/.gitlab-ci.yml deleted file mode 100644 index 47f222726369787666499d795cc1867799afa05b..0000000000000000000000000000000000000000 --- a/backend/secfit/.gitlab-ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -deploy: - stage: deploy - image: python:3.8.5-slim - before_script: - - apt-get clean - - pip install --upgrade pip - - pip install -r backend/secfit/requirements.txt - - python manage.py test - cache: - paths: - - ~/.cache/pip/ - services: - - postgres:latest - script: - - apt-get update -qy --allow-insecure-repositories - - apt-get install -y ruby-dev - - apt-get install git -yqq - - apt-get install curl -y - - gem install dpl - - dpl --provider=heroku --app=secfit-group15 --api-key=$HEROKU_API_KEY --skip_cleanup - only: - refs: - - master