From ae037f6d15c6ed6f488c69135afad0f5cd911c25 Mon Sep 17 00:00:00 2001 From: Moe Shehab <52987806+mhmdksh@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:29:31 +0400 Subject: [PATCH] Update main-pipeline.yml --- .github/workflows/main-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-pipeline.yml b/.github/workflows/main-pipeline.yml index 4b9c898..ccdc2a0 100644 --- a/.github/workflows/main-pipeline.yml +++ b/.github/workflows/main-pipeline.yml @@ -44,7 +44,7 @@ jobs: port: ${{ secrets.SSH_PORT }} script: | cd giveth-all - docker-compose stop givEconomy-notification-service - docker-compose pull givEconomy-notification-service - docker-compose up -d givEconomy-notification-service + docker compose stop givEconomy-notification-service + docker compose pull givEconomy-notification-service + docker compose up -d givEconomy-notification-service docker image prune -a --force