Removed extra charater in drone config

This commit is contained in:
2020-01-22 17:27:37 +01:00
parent 83ee6803ab
commit 603555c90d

View File

@@ -12,7 +12,7 @@ steps:
image: node:13.6.0
commands:
- node -v
- yarn --version¨
- yarn --version
- name: deploy
image: appleboy/drone-ssh
pull: true