Compare commits
No commits in common. "445b879afafebda5a1c49574ba041d27e272606f" and "7295265a3ebfe1fade1c342940fdd5f5f564c2e0" have entirely different histories.
445b879afa
...
7295265a3e
|
@ -29,8 +29,7 @@ local Pipeline(isDev) = {
|
||||||
{
|
{
|
||||||
name: "deploy",
|
name: "deploy",
|
||||||
commands: [
|
commands: [
|
||||||
"nix shell nixpkgs#openssh",
|
"nix develop -c make deploy"
|
||||||
"nix develop -c make deploy",
|
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
SSH_HOST: { from_secret: "ssh_host" },
|
SSH_HOST: { from_secret: "ssh_host" },
|
||||||
|
|
Loading…
Reference in a new issue