New convention of deploy.
This commit is contained in:
parent
c7e9466c99
commit
4ba348bf60
|
|
@ -7,7 +7,7 @@ pipeline {
|
|||
script{
|
||||
def nxinx_build ="docker build --file angular.dockerfile -t arti-angular-app ."
|
||||
sh(nxinx_build);
|
||||
def start_aaa ="docker compose deploy-dc.yml up --detach "
|
||||
def start_aaa ="docker compose --file deploy-dc.yml up --detach "
|
||||
sh(start_aaa);
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue