Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Agiliza
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evologica
Agiliza
Commits
68f2e754
Commit
68f2e754
authored
Sep 08, 2021
by
Rafael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrige arquivo de CI
parent
9c0bf57f
Pipeline
#7954
passed with stage
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
.gitlab-ci.yml
.gitlab-ci.yml
+23
-2
No files found.
.gitlab-ci.yml
View file @
68f2e754
...
@@ -79,14 +79,35 @@ deploy_app_cliente_web:
...
@@ -79,14 +79,35 @@ deploy_app_cliente_web:
<<
:
*has_tag_cliente_web
<<
:
*has_tag_cliente_web
<<
:
*build_app_cliente_web
<<
:
*build_app_cliente_web
script
:
script
:
-
cp -R
-a
dist ~/services/agiliza/cliente
-
cp -R dist ~/services/agiliza/cliente
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 -a dist ~/services/agiliza/agente
-
cp -R dist ~/services/agiliza/agente
#################################################################################################
# DEPLOY #
#################################################################################################
deploy_app_cliente
:
<<
:
*web
<<
:
*has_tag_cliente_web
script
:
-
cd ~/services/agiliza/cliente
-
docker stop AgilizaCliente
-
docker rm AgilizaCliente
-
docker-compose up -d
deploy_app_agente
:
<<
:
*web
<<
:
*has_tag_agente_web
script
:
-
cd ~/services/agiliza/agente
-
docker stop AgilizaAgente
-
docker rm AgilizaAgente
-
docker-compose up -d
#################################################################################################
#################################################################################################
# BADGES #
# BADGES #
#################################################################################################
#################################################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment