diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a8ed86..344f35e 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 hub_main - docker-compose up -d --build hub_main --remove-orphans + docker-compose up -d --build hub_main exit 0; \ No newline at end of file diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index d1c55e7..75efff2 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 hub_mainnet - docker-compose up -d --build hub_mainnet --remove-orphans + docker-compose up -d --build hub_mainnet exit 0; \ No newline at end of file