From 9697e2beabeb03942991fefdf72d0990dffc29ce Mon Sep 17 00:00:00 2001 From: mrtmeeseeks Date: Sun, 19 May 2024 18:30:43 +0300 Subject: [PATCH] removed suffix on docker command --- .github/workflows/deploy.yml | 2 +- .github/workflows/deploy_prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aaed121..626ef59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,6 @@ jobs: echo "Pulling the new image" # sudo docker-compose pull aut_os_main - docker-compose up -d --build aut_os_main --remove-orphans + docker-compose up -d --build aut_os_main exit 0; \ No newline at end of file diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index d06fef9..85c4346 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -40,6 +40,6 @@ jobs: echo "Pulling the new image" # sudo docker-compose pull aut_os_mainnet - docker-compose up -d --build aut_os_mainnet --remove-orphans + docker-compose up -d --build aut_os_mainnet exit 0; \ No newline at end of file