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