aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml9
1 files 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