diff --git a/.drone.jsonnet b/.drone.jsonnet index adcaced..162e919 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -29,7 +29,8 @@ local Pipeline(isDev) = { { name: "deploy", commands: [ - "nix develop -c make deploy" + "nix shell nixpkgs#openssh", + "nix develop -c make deploy", ], environment: { SSH_HOST: { from_secret: "ssh_host" }, diff --git a/Makefile b/Makefile index 2bf1634..0dd8524 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build-dev .PHONY: build-dev build-dev: - HUGO_BASEURL=https://dev.belanyi.fr hugo -D -F + HUGO_TITLE="Ambroisie's dev blog" HUGO_BASEURL=https://dev.belanyi.fr hugo -D -F .PHONY: build-prod build-prod: