Corrige execução do container de homologação no pipeline
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -36,10 +36,12 @@ steps:
|
|||||||
password: F6tC5tCh29XQRpzp
|
password: F6tC5tCh29XQRpzp
|
||||||
port: 22
|
port: 22
|
||||||
script:
|
script:
|
||||||
|
- mkdir -p /home/app_fatura_homolog
|
||||||
- docker rm -f FaturasHomolog || true
|
- docker rm -f FaturasHomolog || true
|
||||||
- cd /home/app_fatura_homolog
|
- cd /home/app_fatura_homolog
|
||||||
- docker compose -f docker-compose-homolog.yml up -d
|
- docker compose -f docker-compose-homolog.yml up -d
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
host:
|
host:
|
||||||
|
|||||||
Reference in New Issue
Block a user