Commit 2ddb81a3 authored by Valerio Formato's avatar Valerio Formato
Browse files

Enable deploy only for main branch and fix deploy path

parent c20c2242
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -27,9 +27,9 @@ deploy:prod:
  <<: *deploy
  <<: *deploy
  tags:
  tags:
    - caesarvm
    - caesarvm
  # only:
  only:
  #   - main
    - main
  needs: [ "build:docker" ]
  needs: [ "build:docker" ]
  variables: 
  variables: 
    DEPLOY_PATH: "/test/wiki/docs/build/html"
    DEPLOY_PATH: "/app/wiki/docs/build/html"
    GIT_STRATEGY: clone
    GIT_STRATEGY: clone
 No newline at end of file