From a28cb4f4cd915db05623da97b668d3781a5e58bf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 20:25:13 -0300 Subject: Fix call to ./provision.sh in .build.yml --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5dfbf94..2b00c36 100644 --- a/.build.yml +++ b/.build.yml @@ -20,4 +20,4 @@ tasks: nix-build -A test - deploy: | cd vps/ - ./vps/provision.sh + ./provision.sh -- cgit v1.2.3