local environment = import 'node_modules/@sigyl/jsonnet-drone-environment/environment.libsonnet'; { ssh: { settings +: { host: '${SSH_HOST}', username: '${SSH_USER}', key: '${SSH_KEY}', port: '${SSH_PORT}', passphrase: '${SSH_PASSPHRASE}', }, }, }