2.0 Refactor #2

Merged
joe merged 16 commits from ci into main 2022-09-25 18:06:35 +00:00
1 changed files with 15 additions and 2 deletions
Showing only changes of commit 2cd8486aed - Show all commits

View File

@ -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
- 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