summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2021-03-15 13:40:57 +0100
committerDashie <dashie@sigpipe.me>2021-03-15 13:40:57 +0100
commita3ac6c00f5957469bc5fa39d5e751ee1b65ffa7d (patch)
tree0a59dec234cb00d699af0431ca106539b4b6daa1
parentb9ae9c3b3cafd272881e790427db8ceb107a8597 (diff)
cwd
-rw-r--r--.github/workflows/build-and-test.yml2
1 files changed, 2 insertions, 0 deletions
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: