diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..d436220373968f967dbea025148d234e1415ae24 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +# This file is a template, and might need editing before it works on your project. +# see https://docs.gitlab.com/ee/ci/yaml/README.html for all available options + +variables: + GIT_STRATEGY: none + +deploy_staging: + type: deploy +# tags: +# - migale + script: + - date + only: + - master