From 1ef066a7723fdb92ccf2ae669271b0f26df80399 Mon Sep 17 00:00:00 2001 From: MANIKANDAN <161131016+Mani121800@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:08:05 +0530 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6eb5a9d..dd293b6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -27,5 +27,5 @@ jobs: env: PA_API_KEY: ${{ secrets.PA_API_KEY }} run: | - curl -X POST "https://www.gurutechdev.com/api/v0/user/GuruTechDev/home/GuruTechDev/hosting" \ + curl -X POST "https://gurutechdev.pythonanywhere.com//api/v0/user/GuruTechDev/home/GuruTechDev/hosting" \ -H "Authorization: Token $PA_API_KEY"