Skip to content
Snippets Groups Projects
Commit c2b14d05 authored by JUAN MIGUEL VANEGAS GUERRERO's avatar JUAN MIGUEL VANEGAS GUERRERO Committed by Marcel Amirault
Browse files

Update .gitlab-ci.yml to latest version

parent 811cc1bf
No related branches found
No related tags found
No related merge requests found
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image: busybox
pages:
stage: deploy
script:
- echo 'Nothing to do...'
- mkdir .public
- cp -r ./* .public
- rm -rf public
- mv .public public
artifacts:
paths:
- public
expire_in: 1 day
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- 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