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: .
|
||||
target: /home/app_fatura_homolog
|
||||
rm: false
|
||||
|
||||
|
||||
- name: restart homolog container
|
||||
image: appleboy/drone-ssh
|
||||
@@ -29,8 +28,8 @@ steps:
|
||||
port: 22
|
||||
script:
|
||||
- cd /home/app_fatura_homolog
|
||||
- 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 down
|
||||
- docker compose -f docker-compose-homolog.yml up -d --build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@@ -63,4 +62,4 @@ steps:
|
||||
script:
|
||||
- docker rm -f Faturas || true
|
||||
- cd /home/app_fatura
|
||||
- docker compose up -d
|
||||
- docker compose up -d
|
||||
Reference in New Issue
Block a user