Commit 9c0bf57f authored by Rafael's avatar Rafael

Corrige caminhos do dist e arquivo de Ci.

parent 040be31f
Pipeline #7953 failed with stage
in 2 minutes and 5 seconds
......@@ -79,16 +79,14 @@ deploy_app_cliente_web:
<<: *has_tag_cliente_web
<<: *build_app_cliente_web
script:
- DST_DIR="~/services/agiliza/cliente/dist/cliente"
- mkdir -p $DST_DIR && cp -R -a dist/. $DST_DIR
- cp -R -a dist ~/services/agiliza/cliente
deploy_app_agente_web:
<<: *web
<<: *has_tag_agente_web
<<: *build_app_agente_web
script:
- DST_DIR="~/services/agiliza/agente/dist/agente"
- mkdir -p $DST_DIR && cp -R -a dist/. $DST_DIR
- cp -R -a dist ~/services/agiliza/agente
#################################################################################################
# BADGES #
#################################################################################################
......
......@@ -12,7 +12,7 @@ const pathResolve = (pth) => path.resolve(__dirname, pth)
const SRC = path.join(__dirname, 'src')
const PUBLIC = path.join(__dirname, 'public')
const DIST = path.join(__dirname, 'dist')
const DIST = path.join(__dirname, 'dist/agente')
const defaultEnv = {
production: false,
......
......@@ -12,7 +12,7 @@ const pathResolve = (pth) => path.resolve(__dirname, pth)
const SRC = path.join(__dirname, 'src')
const PUBLIC = path.join(__dirname, 'public')
const DIST = path.join(__dirname, 'dist')
const DIST = path.join(__dirname, 'dist/cliente')
const defaultEnv = {
production: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment