From 953c6ed0c77bdfcbc0b0ed6445e4f73f8e67675f Mon Sep 17 00:00:00 2001 From: Fran Date: Tue, 5 Nov 2024 15:54:30 -0500 Subject: [PATCH] feature: Move deploy directory --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 727b98b..19ee476 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,11 @@ on: jobs: Deploy-Production: runs-on: ubuntu-latest + + defaults: + run: + working-directory: services/frontend + steps: - uses: actions/checkout@v2 - name: Install Vercel CLI