diff --git a/.drone.yml b/.drone.yml index 5aebeb8..bd0bec4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,13 @@ steps: - name: build image: golang commands: - - go test - go build -o valera_tg_bot main.go + - name: test + image: golang + commands: + - go test + - name: scp image: appleboy/drone-scp settings: