diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..6dd4fa1590452ccef7701059151f85925268ed59 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +# The Docker image that will be used to build your app +image: portfolio + +pages: + stages: deploy + script: + - echo "The site will be deploy to $CI_PAGES_URL" + artifacts: + paths: + - portfolio + rules: + - if $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH