From 7939c42f5eb7465fca1fb6cbd3fb7365cfa53887 Mon Sep 17 00:00:00 2001 From: Vasile Popescu Date: Thu, 29 Aug 2024 12:02:22 +0200 Subject: [PATCH] Yet another GH action fix --- .github/workflows/deploy_prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index 2991bc8d58..b671942da1 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest env: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} - HEROKU_APP: dev-metaculus-web + HEROKU_APP: metaculus-web NEXT_PUBLIC_APP_URL: "https://beta.metaculus.com" NEXT_PUBLIC_TURNSTILE_SITE_KEY: ${{ secrets.NEXT_PUBLIC_TURNSTILE_SITE_KEY }}