Skip to content
Snippets Groups Projects
Commit c44ce9a5 authored by Nicolas Dagneaux's avatar Nicolas Dagneaux
Browse files

update gitlab ci

parent fb460293
No related branches found
No related tags found
No related merge requests found
# The Docker image that will be used to build your app
image: alpine:latest
# Functions that should be executed before the build script is run
before_script: []
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- public
expire_in: 1 day
only:
- master
\ No newline at end of file
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment