aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-26 20:05:50 -0300
committerEuAndreh <eu@euandre.org>2019-05-26 20:05:50 -0300
commit1bdd869cb015e85f6d1e1cc0a232799e89f2c00d (patch)
tree68b69cb3d116531efcc7f022f34d8dac334922f1 /.build.yml
parentUse nix-shell shebang to run CI scripts (diff)
downloadtoph-1bdd869cb015e85f6d1e1cc0a232799e89f2c00d.tar.gz
toph-1bdd869cb015e85f6d1e1cc0a232799e89f2c00d.tar.xz
Run CI scripts from ./vps/ folder
Diffstat (limited to '.build.yml')
-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