diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 91da4ec..b83d1a4 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -7,7 +7,7 @@ steps: image: alpine:edge commands: - apk add zola - - zola build + - zola build - name: deploy image: appleboy/drone-scp settings: @@ -21,4 +21,4 @@ steps: from_secret: ssh_key source: - public/* - target: ~/oldrabbittown/src \ No newline at end of file + target: ~/oldrabbittown \ No newline at end of file