Compare commits
No commits in common. "445b879afafebda5a1c49574ba041d27e272606f" and "7295265a3ebfe1fade1c342940fdd5f5f564c2e0" have entirely different histories.
445b879afa
...
7295265a3e
2 changed files with 2 additions and 3 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
2
Makefile
2
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue