From 329607ce371ca232494f2f14e19920368c7c9c0c Mon Sep 17 00:00:00 2001 From: Zeynep Date: Sat, 30 Dec 2023 18:50:40 +0300 Subject: [PATCH] test5 --- .github/workflows/deploy-server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-server.yml b/.github/workflows/deploy-server.yml index c115d61..185c958 100644 --- a/.github/workflows/deploy-server.yml +++ b/.github/workflows/deploy-server.yml @@ -7,7 +7,7 @@ on: branches: - main - 'releases/**' - + env: SSH_HOST: ${{ secrets.SSH_HOST }} @@ -32,4 +32,4 @@ jobs: script: | cd /home/django-resume git pull - docker compose -f docker-compose.prod.yml up --build -d \ No newline at end of file + docker compose -f docker-compose.yml up --build -d \ No newline at end of file