gitlab-ci: adjust deploy job
This commit is contained in:
parent
040ead5f57
commit
12ef9d595a
1 changed files with 8 additions and 7 deletions
|
@ -49,16 +49,17 @@ build:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist
|
- dist
|
||||||
# expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
# dependencies:
|
dependencies:
|
||||||
# - build
|
- build
|
||||||
script:
|
script:
|
||||||
- echo "Deploying to production..."
|
- echo "Deploying to production..."
|
||||||
# - ls dist
|
- ls dist
|
||||||
# environment:
|
environment:
|
||||||
# name: production
|
name: production
|
||||||
# url: https://vtt.f3l.de/
|
url: https://vtt.f3l.de/
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue