diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 39e2b7e..820b379 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -33,7 +33,7 @@ jobs: echo "Cloning public repository..." git clone --depth 1 -b main \ - https://gitea.yourdomain.com/acetheking987/alfieking.dev.git \ + https://git.alfieking.dev/acetheking987/alfieking.dev.git \ $NEW_RELEASE echo "Installing dependencies..."