Skip to content

Commit

Permalink
Фикс пайплайна
Browse files Browse the repository at this point in the history
  • Loading branch information
serdcebolit committed Jan 24, 2024
1 parent f5e54c2 commit 44c4a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Деплой на сервер
runs-on: ubuntu-latest
needs: [ docker-build ]
if: ${{ secrets.NEEED_DEPLOY }} == 'true'
if: ${{ secrets.NEED_DEPLOY }} == 'true'
steps:
- name: Пул Докер образов, git pull и перезапуск сервера
uses: appleboy/ssh-action@v0.1.10
Expand Down

0 comments on commit 44c4a4c

Please sign in to comment.