jsonnet-drone/lib/settings.libsonnet

12 lines
290 B
Plaintext
Raw Normal View History

2020-08-19 20:01:46 +00:00
local environment = import 'node_modules/@sigyl/jsonnet-drone-environment/environment.libsonnet';
2020-08-15 09:43:20 +00:00
{
ssh: {
settings +: {
host: '${SSH_HOST}',
username: '${SSH_USER}',
key: '${SSH_KEY}',
port: '${SSH_PORT}',
passphrase: '${SSH_PASSPHRASE}',
2020-08-15 09:43:20 +00:00
},
},
}