diff --git a/.drone.yml b/.drone.yml index 1a99940..4e66b9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: clone-repo image: alpine/git:latest commands: - - git clone http://192.168.1.12/akshun/public-k3s /repo + - git clone http://192.168.1.12:3011/akshun/public-k3s /repo volumes: - name: repo path: /repo