diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index 42f316f..3cefc4f 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -42,7 +42,7 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: instant-postgres - directory: ./build/client + directory: ./build workingDirectory: ./apps/web deploymentName: web branch: main \ No newline at end of file diff --git a/apps/web/README.md b/apps/web/README.md index 134a807..75caa8c 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -27,4 +27,5 @@ Improvements: - provision postgres based on the user's location -- Refactor the code \ No newline at end of file +- Refactor the code +- \ No newline at end of file