diff --git a/.drone.yml b/.drone.yml index 8a737a7..059422f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,9 @@ steps: - name: test image: node commands: - - npm run dev \ No newline at end of file + - npm run dev + +host_aliases: + - ip: 192.168.31.100 + hostnames: + - git.buyusdt.xyz \ No newline at end of file