gitlab-ci: adjust deploy job

This commit is contained in:
Johannes Loher 2020-12-27 16:38:16 +01:00
parent 040ead5f57
commit 12ef9d595a

View file

@ -49,16 +49,17 @@ build:
artifacts:
paths:
- dist
# expire_in: 1 week
expire_in: 1 week
deploy:
stage: deploy
# dependencies:
# - build
dependencies:
- build
script:
- echo "Deploying to production..."
# - ls dist
# environment:
# name: production
# url: https://vtt.f3l.de/
- ls dist
environment:
name: production
url: https://vtt.f3l.de/
only:
- master