diff --git a/.gitea/workflows/deploy-production.yml b/.gitea/workflows/deploy-production.yml index 2241a70..7add503 100644 --- a/.gitea/workflows/deploy-production.yml +++ b/.gitea/workflows/deploy-production.yml @@ -16,7 +16,7 @@ jobs: run: apk add --no-cache git - name: Clone repository - run: git clone --depth 1 https://git.ai-assistant-bot.xyz/root/portfolio-api.git . + run: git clone --depth 1 https://git.ai-assistant-bot.xyz/root/api-portfolio.git . - name: Build & Deploy run: |