From 5d46136edf6024ca1363fd4b80175959f69790d9 Mon Sep 17 00:00:00 2001 From: Tin Date: Sat, 27 Jun 2026 18:47:27 -0700 Subject: [PATCH] update --- .github/workflows/ci-cd-phin-drips.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-phin-drips.yml b/.github/workflows/ci-cd-phin-drips.yml index 685e01e..8698f0b 100644 --- a/.github/workflows/ci-cd-phin-drips.yml +++ b/.github/workflows/ci-cd-phin-drips.yml @@ -52,7 +52,7 @@ env: STORE_TAGLINE: "Bold Vietnamese drip coffee, your way." GRAB_URL: "https://food.grab.com/your-phin-drips-listing" OLLAMA_MODEL: llama3.2:1b - RENDER_DOMAIN: phin-drips.onrender.com + RENDER_DOMAIN: coffee-shop-wm2v.onrender.com SECRET_KEY: ${{ secrets.COFFEE_SHOP_SECRET_KEY }} jobs: @@ -135,7 +135,7 @@ jobs: EOF - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3