This commit is contained in:
parent
81c0fc89f3
commit
445b879afa
1 changed files with 2 additions and 1 deletions
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue