Unverified Commit 4ca85daf authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

run on portal

parent d3a0e103
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -77,18 +77,18 @@ website:build:
  tags:
    - docker-network-mode-host
  script:
    - mkdir -p saref4city
    - saref-dev website -VV saref4city
    - mkdir -p portal
    - saref-dev website -VV portal
  artifacts:
    when: always
    paths:
      - saref4city/target/output.log
      - saref4city/target/site
      - portal/target/output.log
      - portal/target/site
  cache:
    key: target-cache
    paths:
      - saref4city/target/dataset/
      - saref4city/target/sources/
      - portal/target/dataset/
      - portal/target/sources/
  environment:
    name: production
    url: https://saref.etsi.org/
@@ -105,4 +105,4 @@ website:publish:
    - job: website:build
      artifacts: true
  script:
    - mv saref4city/target/site ~/site
    - mv portal/target/site ~/site