Remove Deploy Job

This commit is contained in:
Alexander Hosking 2022-04-15 14:36:48 -04:00
parent 94a5405ec4
commit 67e16d8329

View File

@ -13,11 +13,4 @@ buiild job:
- pip3 install --upgrade setuptools - pip3 install --upgrade setuptools
- pip3 install Flask gunicorn pytest pytest-cov - pip3 install Flask gunicorn pytest pytest-cov
- pip3 install pendulum - pip3 install pendulum
- pytest tests --cov --cov-report term --cov-report html - pytest tests --cov --cov-report term --cov-report html
deploy job:
stage: deploy
script:
- apt-get update -qy
- apt-get install curl -y
- curl period.ahosking.com/reload?password=BananaHammocks