Compare commits
2 commits
7295265a3e
...
445b879afa
| Author | SHA1 | Date | |
|---|---|---|---|
| 445b879afa | |||
| 81c0fc89f3 |
2 changed files with 3 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
2
Makefile
2
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue