From 253670cfd4502aca9f6fd691646b3d20de4a31c4 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 23 Oct 2020 10:32:37 +0100 Subject: [PATCH] Update docker-compose config location --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a73703c..be1d20a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: - name: Update image on server uses: garygrossgarten/github-action-ssh@release with: - command: cd /docker/active/fhed && docker-compose pull && docker-compose up -d + command: docker-compose -f /docker/active/fhed.yml -p fhed pull && docker-compose -f /docker/active/fhed.yml -p fhed up -d host: ${{ secrets.SSH_HOST }} port: ${{ secrets.SSH_PORT }} username: ${{ secrets.SSH_USERNAME }} -- 2.49.1