Skip to content
Snippets Groups Projects

Resolve "Menu doesn't work with react"

Merged Frank Sauerburger requested to merge 29-menu-doesn-t-work-with-react into master
Files
5
+ 1
2
@@ -37,7 +37,7 @@ jsbuild:
artifacts:
expire_in: 1 week
paths:
- uhepp_org/uhepp_vault/static/uhepp-js/main.js*
- uhepp_org/uhepp_vault/static/react/*
build:
stage: build
@@ -89,7 +89,6 @@ deploy_staging:
# Deploy the current image to the production machine.
<<: *deploy_template
when: manual
variables:
DOCKER_HOST: tcp://uhepp.preview.sauerburger.com:8376/
DB_PASSWORD: ${STAGING_DB_PASSWORD}
Loading