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

Draft: Resolve "ci: deploy on froggit pages"

Open Christophe Chaudier requested to merge 2-ci-deploy-on-froggit-pages into main
+ 2
1
@@ -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
Loading