about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 53eaafd..08bd6b3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,12 +1,13 @@
+---
 kind: pipeline
 name: default
 
 platform:
-    os: linux
-    arch: amd64
+  os: linux
+  arch: amd64
 
 steps:
 - name: build
-    image: golang
-    commands:
-    - go build -o ssh-grab-passwords-map ./...
\ No newline at end of file
+  image: golang
+  commands:
+  - go build -o asd ./... 
\ No newline at end of file