From 084e053586d48f85c50c63687b890491a71cb80e Mon Sep 17 00:00:00 2001 From: Andrey Ponomarev Date: Fri, 31 Jan 2025 17:30:30 +0300 Subject: [PATCH] 59 fix cd pipeline (#60) Fix CD pipeline --- .github/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3a067fd..17b7c1b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,6 @@ on: jobs: deploy_to_vps: - needs: [build_and_push_to_docker_hub] runs-on: ubuntu-latest steps: