diff --git a/.drone.yml b/.drone.yml index 4d4bef936..b1ab19897 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,6 +57,30 @@ steps: - make check - make test + - name: integration test + image: appleboy/drone-ssh + settings: + host: + - int.coopcloud.tech + username: abra + key: + from_secret: abra_int_private_key + port: 22 + command_timeout: 60m + script_stop: true + envs: [ DRONE_SOURCE_BRANCH ] + request_pty: true + script: + - | + set +eux + sh run-int + when: + event: + - cron: + cron: + # @daily https://docs.drone.io/cron/ + - integration + volumes: - name: deps temp: {}