@@ -14,8 +14,8 @@ steps:
sshkey:
from_secret: key
commands:
- - apk add rsync
# Install dependencies
+ - apk add rsync ssh
- wget https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_0.110.0_linux-amd64.tar.gz
- tar zxvf hugo_0.110.0_linux-amd64.tar.gz
# Start with a fresh database (which is already running as a service from Drone)