removed redundant plus sign

This commit is contained in:
surtur 2020-03-08 07:32:19 +01:00
parent af79802ed2
commit 7e485e0089
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -27,7 +27,7 @@ steps:
from_secret: hugo_host from_secret: hugo_host
user: HUGO_USER user: HUGO_USER
from_secret: hugo_user from_secret: hugo_user
+ key: "$HUGO_KEY" key: "$HUGO_KEY"
from_secret: hugo_key from_secret: hugo_key
source: ./public source: ./public
target: $HUGO_DIR target: $HUGO_DIR