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