From 3b22171ae9cbb77ae708c23bedc5e1a64795578f Mon Sep 17 00:00:00 2001 From: Thiago Martins e Martins <54513342+Thiago2436@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:40:55 -0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index abdf30b..38c699b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,10 +35,10 @@ stages: steps: - script: | echo "parando container" - docker stop $(docker ps -q --filter "ancestor=thiagomartinsemartins/deskflora" --filter "publish=$PORT:80") + docker stop $(docker ps -q --filter "ancestor=thiagomartinsemartins/deskflora") echo "Pulling the new image from Docker Hub..." docker pull thiagomartinsemartins/deskflora:$(tag) echo "Starting the new container..." docker run -d -p $PORT:80 thiagomartinsemartins/deskflora:$(tag) displayName: 'Deploy container' - +#--filter "publish=$PORT:80"