From e35e255e2e5a5aeca2abf4cd38828ea77017d3dc Mon Sep 17 00:00:00 2001 From: Bernardo Simonassi Date: Sun, 26 Nov 2023 18:10:20 -0300 Subject: [PATCH] ci: run --- .github/workflows/deploy.yml | 1 + apps/app/.gitignore | 2 +- apps/www/.gitignore | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84509b2..daa6676 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,6 +38,7 @@ jobs: - name: Deploy uses: cloudflare/wrangler-action@v3 with: + packageManager: pnpm apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }} accountId: d8803c6a6253e9267bf1000ca69db18d workingDirectory: 'apps/${{ inputs.APP_NAME }}' diff --git a/apps/app/.gitignore b/apps/app/.gitignore index 363b069..234de72 100644 --- a/apps/app/.gitignore +++ b/apps/app/.gitignore @@ -8,4 +8,4 @@ node_modules .env dist .DS_Store -# deploy \ No newline at end of file +# deploy1 \ No newline at end of file diff --git a/apps/www/.gitignore b/apps/www/.gitignore index 1498da2..4e2fbaa 100644 --- a/apps/www/.gitignore +++ b/apps/www/.gitignore @@ -7,4 +7,4 @@ node_modules .env dist .DS_Store -# deploy \ No newline at end of file +# deploy1 \ No newline at end of file