Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8089cd00 authored by Rémi's avatar Rémi
Browse files

feat: baseURL

parent 2991f86f
No related branches found
No related tags found
No related merge requests found
Pipeline #9205 passed
...@@ -13,6 +13,7 @@ stages: ...@@ -13,6 +13,7 @@ stages:
test: test:
stage: test stage: test
script: script:
- env | sort
- hugo -D -v - hugo -D -v
artifacts: artifacts:
paths: paths:
...@@ -23,7 +24,8 @@ test: ...@@ -23,7 +24,8 @@ test:
pages: pages:
stage: validate stage: validate
script: script:
- hugo -v --environment staging - env | sort
- hugo -v --environment staging
artifacts: artifacts:
paths: paths:
- public - public
......
baseURL = 'https://rverchere.froggit.page' baseURL = 'https://rverchere.site.local'
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