diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c479a2c14dd4043580825d1fa9efd11ccbf32dcd..735f1d56fee266dee279cfa5456d732346061779 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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