gitlab-ci: temporarily remove env

This commit is contained in:
Johannes Loher 2020-12-27 14:35:47 +01:00
parent b48a03db8b
commit 24790d5b8c

View file

@ -22,6 +22,9 @@ install-dependencies:
cache:
<<: *global_cache
policy: pull-push
# only:
# changes:
# - package-lock.json
lint:
stage: test
@ -55,8 +58,8 @@ deploy:
script:
- echo "Deploying to production..."
- ls dist
environment:
name: production
url: https://vtt.f3l.de/
# environment:
# name: production
# url: https://vtt.f3l.de/
only:
- master