Using pubkey from secrets for ssh pipeline?

Is there a way to use pubkeys stored in the secrets for a simple ssh pipeline?

---
kind: pipeline
type: ssh
name: Rollout Update

server:
  host: testserver
  user: droneci
  password: 
    from_secret: ssh_password

Instead with a pubkey?

server:
  host: testserver
  user: droneci
  key:
    from_secret: ssh_pubkey

@projekt95 Yes you should be able to use ssh key please refer to our documentation for more information Server | Drone