gitlab-ci: testing

This commit is contained in:
Johannes Loher 2020-12-27 15:03:36 +01:00
parent 0233589cfa
commit 67e2ab7d4a

View file

@ -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