diff options
author | EuAndreh <eu@euandre.org> | 2019-05-28 02:20:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-28 02:20:57 -0300 |
commit | e5826c1ca2a18343a0d54b391c46a6f715a5499c (patch) | |
tree | a7912317d92d4804107761da982d4a2b3e77e8f8 | |
parent | Split scripts into CI and VPS box (diff) | |
download | server-e5826c1ca2a18343a0d54b391c46a6f715a5499c.tar.gz server-e5826c1ca2a18343a0d54b391c46a6f715a5499c.tar.xz |
Fix script references in .build.yml
-rw-r--r-- | .build.yml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |