diff options
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,6 @@ tasks: - setup: | ./vps/scripts/ci/setup.sh - tests: | - nix-build -A test vps + nix build -f ./vps/default.nix test - deploy: | ./vps/scripts/ci/provision.sh |