gitlab-ci: testing
This commit is contained in:
parent
0233589cfa
commit
67e2ab7d4a
1 changed files with 14 additions and 9 deletions
|
@ -51,15 +51,20 @@ build:
|
||||||
- dist/
|
- dist/
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
deploy:
|
foo:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
# dependencies:
|
|
||||||
# - build
|
|
||||||
script:
|
script:
|
||||||
- echo "Deploying to production..."
|
|
||||||
- ls dist
|
- ls dist
|
||||||
# environment:
|
|
||||||
# name: production
|
# deploy:
|
||||||
# url: https://vtt.f3l.de/
|
# stage: deploy
|
||||||
only:
|
# # dependencies:
|
||||||
- master
|
# # - build
|
||||||
|
# script:
|
||||||
|
# - echo "Deploying to production..."
|
||||||
|
# - ls dist
|
||||||
|
# # environment:
|
||||||
|
# # name: production
|
||||||
|
# # url: https://vtt.f3l.de/
|
||||||
|
# only:
|
||||||
|
# - master
|
||||||
|
|
Loading…
Reference in a new issue