Corrige indentação e reinício com rebuild no ambiente de homologação
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -18,7 +18,6 @@ steps:
|
|||||||
source: .
|
source: .
|
||||||
target: /home/app_fatura_homolog
|
target: /home/app_fatura_homolog
|
||||||
rm: false
|
rm: false
|
||||||
|
|
||||||
|
|
||||||
- name: restart homolog container
|
- name: restart homolog container
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
@@ -29,8 +28,8 @@ steps:
|
|||||||
port: 22
|
port: 22
|
||||||
script:
|
script:
|
||||||
- cd /home/app_fatura_homolog
|
- cd /home/app_fatura_homolog
|
||||||
- docker compose -f docker-compose-homolog.yml down
|
- docker compose -f docker-compose-homolog.yml down
|
||||||
- docker compose -f docker-compose-homolog.yml up -d --build
|
- docker compose -f docker-compose-homolog.yml up -d --build
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -63,4 +62,4 @@ steps:
|
|||||||
script:
|
script:
|
||||||
- docker rm -f Faturas || true
|
- docker rm -f Faturas || true
|
||||||
- cd /home/app_fatura
|
- cd /home/app_fatura
|
||||||
- docker compose up -d
|
- docker compose up -d
|
||||||
Reference in New Issue
Block a user