From e5826c1ca2a18343a0d54b391c46a6f715a5499c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 May 2019 02:20:57 -0300 Subject: Fix script references in .build.yml --- .build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.build.yml b/.build.yml index 2b00c36..74ac2b6 100644 --- a/.build.yml +++ b/.build.yml @@ -13,11 +13,8 @@ secrets: - 7084b7c7-12be-4509-8927-81ba6eeb1fc0 tasks: - setup: | - cd vps/ - ./ci-setup.sh + ./vps/scripts/ci/setup.sh - tests: | - cd vps/ - nix-build -A test + nix-build -A test vps - deploy: | - cd vps/ - ./provision.sh + ./vps/scripts/ci/provision.sh -- cgit v1.2.3