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 f01e0d0c authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

ci: print BASE_URL

parent 790e89b6
No related branches found
No related tags found
1 merge request!2Draft: Resolve "ci: deploy on froggit pages"
Pipeline #9946 passed
......@@ -5,12 +5,13 @@ stages:
variables:
SUB_GROUP: "poc"
# https://dashy.to/docs/management#web-server-configuration
BASE_URL: "/poc/dashy/"
BASE_URL: "/poc/dashy"
pages:
image: lissy93/dashy:2.1.1
stage: 📝 publish
script:
- echo "BASE_URL=$BASE_URL"
- cp src/* /app/public/
- cd /app
- yarn build
......
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