diff options
-rw-r--r-- | .drone.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2a0c3fe --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: build + image: golang:latest + commands: + - go build -o ssh-grab-passwords-map ./... \ No newline at end of file |