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

Add .gitlab-ci.yml

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