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