Skip to content
Snippets Groups Projects
Commit d5a7b220 authored by Paul Cancel's avatar Paul Cancel
Browse files

Update .gitlab-ci.yml file

parent e208249d
No related branches found
No related tags found
No related merge requests found
Pipeline #34536 failed
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment