diff --git a/.drone.yml b/.drone.yml
index 0f56844..3e6837a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -37,7 +37,7 @@ steps:
         from_secret: gitea_token
     commands:
       - apk add --no-cache curl git
-      - git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git
+      - git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git
       - cd xbox_og && rm -rf Insigina ; mkdir -p Insignia
       - |
         curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
@@ -47,4 +47,6 @@ steps:
       - git push
     volumes:
     - name: cache
-      path: /drone/src/xbox_og
\ No newline at end of file
+      path: /drone/src/xbox_og
+
+      # - git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git