diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index daa6676..c65b6ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,4 +42,4 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }} accountId: d8803c6a6253e9267bf1000ca69db18d workingDirectory: 'apps/${{ inputs.APP_NAME }}' - command: pages deploy /dist --project-name=${{ inputs.CLOUDFLARE_ENV }}-${{ inputs.APP_NAME }} --branch=production \ No newline at end of file + command: pages deploy dist --project-name=${{ inputs.CLOUDFLARE_ENV }}-${{ inputs.APP_NAME }} --branch=production \ No newline at end of file diff --git a/apps/www/.gitignore b/apps/www/.gitignore index f26bd95..4e2fbaa 100644 --- a/apps/www/.gitignore +++ b/apps/www/.gitignore @@ -7,4 +7,4 @@ node_modules .env dist .DS_Store -# deploy2 \ No newline at end of file +# deploy1 \ No newline at end of file