From babbdb49582b615b7246238d5152615ca1ae66a0 Mon Sep 17 00:00:00 2001 From: mateuszpiorowski Date: Thu, 16 Nov 2023 10:38:21 +0100 Subject: [PATCH] update --- .github/workflows/deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 251427b..9407b0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,12 +13,12 @@ jobs: uses: ./.github/workflows/deploy-client.yml secrets: SSH_KEY: ${{ secrets.SSH_KEY }} - lint-server: - uses: ./.github/workflows/lint-server.yml - deploy-server: - needs: - - lint-server - - deploy-client - uses: ./.github/workflows/deploy-server.yml - secrets: - SSH_KEY: ${{ secrets.SSH_KEY }} + lint-server: + uses: ./.github/workflows/lint-server.yml + deploy-server: + needs: + - lint-server + - deploy-client + uses: ./.github/workflows/deploy-server.yml + secrets: + SSH_KEY: ${{ secrets.SSH_KEY }}