diff options
author | Emile <hanemile@protonmail.com> | 2020-01-27 20:42:17 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-01-27 20:42:17 +0100 |
commit | 25034011e0a2477ea276532b2c396e5b7213ca2a (patch) | |
tree | 06952fc349603478488afb7b42e77bb6b67b6600 | |
parent | 436809ce9d1b99b5f1b3ee9baa5cfc9d9e227c90 (diff) |
added a drone file
-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 |