fixup! ci: use exec runner
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno BELANYI 2021-08-08 16:41:13 +02:00
parent 81c0fc89f3
commit 445b879afa

View file

@ -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" },