gitlab-ci: temporarily remove env
This commit is contained in:
parent
b48a03db8b
commit
24790d5b8c
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue