fix secret typo in yaml

This commit is contained in:
Brad Rydzewski 2017-05-08 02:41:12 +02:00
parent 7a41f4fd19
commit e8d300116c

View file

@ -14,7 +14,7 @@ pipeline:
commands:
- ./ci.sh
- ./dist.sh
secrets: [ ssk_key ]
secrets: [ ssh_key ]
when:
event: push