diff --git a/.drone.yml b/.drone.yml index 883ab99..0b181dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,20 @@ name: default steps: - name: test - image: rust:1.60 + image: rust:latest commands: - cargo build --verbose --all - - cargo test --verbose --all \ No newline at end of file + - cargo test --verbose --all + +- deploy: + image: rust:latest + commands: + - cargo build --release + - ./mc alias set fivesigma https://objects.5sigma.io $MINIOID $MINIOSECRET + - ./mc cp target/release/conductor fivesigma/public/conductor + # when: + # event: + # - promote + # target: + # - staging + # - production