aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 4431bf4..5dfbf94 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,8 +13,11 @@ secrets:
- 7084b7c7-12be-4509-8927-81ba6eeb1fc0
tasks:
- setup: |
- ./vps/ci-setup.sh
+ cd vps/
+ ./ci-setup.sh
- tests: |
- nix-build -A test vps/
+ cd vps/
+ nix-build -A test
- deploy: |
+ cd vps/
./vps/provision.sh