From a3ac6c00f5957469bc5fa39d5e751ee1b65ffa7d Mon Sep 17 00:00:00 2001 From: Dashie Date: Mon, 15 Mar 2021 13:40:57 +0100 Subject: cwd --- .github/workflows/build-and-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b96c17b0..ad0f905c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -106,6 +106,7 @@ jobs: remote_host: ${{ secrets.ASSETS_DEPLOY_HOST }} remote_user: ${{ secrets.ASSETS_DEPLOY_USER }} remote_key: ${{ secrets.ASSETS_DEPLOY_KEY }} + working-directory: front if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - name: Deploy front (master) @@ -117,6 +118,7 @@ jobs: remote_host: ${{ secrets.ASSETS_DEPLOY_HOST }} remote_user: ${{ secrets.ASSETS_DEPLOY_USER }} remote_key: ${{ secrets.ASSETS_DEPLOY_KEY }} + working-directory: front if: github.ref == 'refs/heads/master' backend: -- cgit v1.2.3