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/
|
||||
expire_in: 1 week
|
||||
|
||||
deploy:
|
||||
foo:
|
||||
stage: deploy
|
||||
# dependencies:
|
||||
# - build
|
||||
script:
|
||||
- echo "Deploying to production..."
|
||||
- ls dist
|
||||
# environment:
|
||||
# name: production
|
||||
# url: https://vtt.f3l.de/
|
||||
only:
|
||||
- master
|
||||
|
||||
# deploy:
|
||||
# stage: deploy
|
||||
# # dependencies:
|
||||
# # - build
|
||||
# script:
|
||||
# - echo "Deploying to production..."
|
||||
# - ls dist
|
||||
# # environment:
|
||||
# # name: production
|
||||
# # url: https://vtt.f3l.de/
|
||||
# only:
|
||||
# - master
|
||||
|
|
Loading…
Reference in a new issue