Update .gitlab-ci.yml
This commit is contained in:
parent
6326137129
commit
5a29664611
@ -9,12 +9,15 @@
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
hugo:
|
||||
state: build
|
||||
image: monachus/hugo:latest
|
||||
- hugo
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
image: monachus/hugo:latest
|
||||
image: minio/mc:latest
|
||||
script:
|
||||
- hugo
|
||||
- mkdir .public
|
||||
- cp -r public .public
|
||||
- mc config host add minio http://minio.diskstation.local:80 J5EUEGIEB9BIL5UCPWRF 1SOPPciiXvWiVICzRy45xC5Nw1LNNDWWd0KSQyxW
|
||||
|
Loading…
Reference in New Issue
Block a user