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 image: node:13.6.0
commands: commands:
- node -v - node -v
- yarn --version¨ - yarn --version
- name: deploy - name: deploy
image: appleboy/drone-ssh image: appleboy/drone-ssh
pull: true pull: true