diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89908a7971271ddfd32d2f8e5a6cee42425e695c..0b0ab6a268648941f3fe9e7d0ab4d66d96297776 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,13 @@ # The Docker image that will be used to build your app -image: portfolio +image: busybox pages: stages: deploy script: - - echo "The site will be deploy to $CI_PAGES_URL" + - echo "nothing to do" artifacts: paths: - public + expire_in: 1 day rules: - if $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH