Skip to content
Snippets Groups Projects
Commit ba4ac1d8 authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

Update .gitlab-ci.yml

parent 982bee46
No related branches found
No related tags found
No related merge requests found
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry # The Docker image that will be used to build your app
# image: forge.univ-lyon1.fr:4567/emmanuel.coquery/emmanuel.coquery.pages.univ-lyon1.fr/hugo:latest
image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
#pages:
# stage: deploy
pages:
script:
- pwd
- echo "ici"
- ls
- ls ..
- cd web
- hugo -D
- ls
- mv public ../public
- ls ..
- ls ../public
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment