From 2deaca15c944f29d595bff176d55f69d0efb4e92 Mon Sep 17 00:00:00 2001 From: Bernardo Simonassi Date: Sun, 26 Nov 2023 18:02:15 -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 eb7a90b..a1d4fa9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,6 +38,7 @@ jobs: - name: Deploy uses: cloudflare/wrangler-action@v3 with: + wranglerVersion: "3.13.1 -w" packageManager: pnpm apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }} accountId: d8803c6a6253e9267bf1000ca69db18d 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