aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-26 20:25:13 -0300
committerEuAndreh <eu@euandre.org>2019-05-26 20:25:13 -0300
commita28cb4f4cd915db05623da97b668d3781a5e58bf (patch)
treea8502b84f43793d3091bf0d7cdd81c460a5ae521 /.build.yml
parentSpecify shell type to ShellCheck in nix-shell shebang files (diff)
downloadserver-a28cb4f4cd915db05623da97b668d3781a5e58bf.tar.gz
server-a28cb4f4cd915db05623da97b668d3781a5e58bf.tar.xz
Fix call to ./provision.sh in .build.yml
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 5dfbf94..2b00c36 100644
--- a/.build.yml
+++ b/.build.yml
@@ -20,4 +20,4 @@ tasks:
nix-build -A test
- deploy: |
cd vps/
- ./vps/provision.sh
+ ./provision.sh