Compare commits

...

2 commits

Author SHA1 Message Date
Bruno BELANYI 445b879afa fixup! ci: use exec runner
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-08 16:41:13 +02:00
Bruno BELANYI 81c0fc89f3 build: makefile: change title on dev deployment 2021-08-08 16:37:32 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,8 @@ local Pipeline(isDev) = {
{ {
name: "deploy", name: "deploy",
commands: [ commands: [
"nix develop -c make deploy" "nix shell nixpkgs#openssh",
"nix develop -c make deploy",
], ],
environment: { environment: {
SSH_HOST: { from_secret: "ssh_host" }, SSH_HOST: { from_secret: "ssh_host" },

View file

@ -3,7 +3,7 @@ all: build-dev
.PHONY: build-dev .PHONY: build-dev
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 .PHONY: build-prod
build-prod: build-prod: