diff --git a/.drone.yml b/.drone.yml index 059422f..9d15147 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,18 +1,23 @@ kind: pipeline +type: docker name: default +clone: + disable: true + steps: -# - name: myclone -# image: drone/git:latest -# ## If you wanted to solve resolving part -# extra_hosts: -# - "drone.buyusdt.xyz:192.168.31.100" +- name: myclone + image: drone/git:latest + ## If you wanted to solve resolving part + extra_hosts: + - "git.buyusdt.xyz:192.168.31.100" + - name: test image: node commands: - npm run dev -host_aliases: - - ip: 192.168.31.100 - hostnames: - - git.buyusdt.xyz \ No newline at end of file +# host_aliases: +# - ip: 192.168.31.100 +# hostnames: +# - git.buyusdt.xyz \ No newline at end of file