Newer
Older
# The Docker image that will be used to build your app
image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
script:
- pwd
- cd web
- hugo
- mv public ../public
- ls ..
- ls ../public