feature: Move deploy directory
All checks were successful
Format the code / Format Files (push) Successful in 24s
Vercel Production Deployment / Deploy-Production (push) Successful in 2m8s

This commit is contained in:
2024-11-05 15:54:30 -05:00
parent ebe60296f2
commit 953c6ed0c7

View File

@@ -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