0
0
forked from toolshed/abra

test: run int suite on remote server via cron

This commit is contained in:
decentral1se 2024-07-02 15:51:20 +02:00
parent 9554ad40c8
commit 6a2db1abaa
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -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: {}