Commit 3ca042a8 authored by Rafael's avatar Rafael

Corrige arquivo de CI

parent 4d983379
Pipeline #7950 passed with stage
in 3 minutes and 2 seconds
...@@ -83,34 +83,16 @@ variables: ...@@ -83,34 +83,16 @@ variables:
deploy_app_cliente_web: deploy_app_cliente_web:
<<: *has_tag_cliente_web <<: *has_tag_cliente_web
<<: *web <<: *web
<<: *build_app_cliente_web
script: script:
- cd cli/web/cliente - cp -R dist ~/services/agiliza/cliente
- yarn
- yarn build
- cp -R cli/web/cliente/dist ~/services/agiliza/cliente
artifacts:
name: dist
paths:
- cli/web/cliente/dist
expire_in: 2 weeks
after_script:
- rm node_modules
- rm dist
deploy_app_agente_web: deploy_app_agente_web:
<<: *web <<: *web
<<: *has_tag_agente_web <<: *has_tag_agente_web
<<: *build_app_agente_web <<: *build_app_agente_web
script: script:
- cp -R cli/web/cliente/dist ~/services/agiliza/cliente - cp -R dist ~/services/agiliza/cliente
artifacts:
name: dist
paths:
- cli/web/cliente/dist
expire_in: 2 weeks
after_script:
- rm node_modules
- rm dist
################################################################################################# #################################################################################################
# BADGES # # BADGES #
################################################################################################# #################################################################################################
......
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