aboutsummaryrefslogtreecommitdiff
path: root/box.rb
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-01-17 15:34:58 -0800
committerChristine Dodrill <me@christine.website>2017-01-17 15:34:58 -0800
commit742f252f36d14b9915006fb41c96f2dbfc16f02e (patch)
tree0f9e720920fcff0bf1f23228465ccac90680bc7e /box.rb
parentf4f8203bd75cf79df744e7ffd6038cb4fd04ef72 (diff)
downloadxesite-742f252f36d14b9915006fb41c96f2dbfc16f02e.tar.xz
xesite-742f252f36d14b9915006fb41c96f2dbfc16f02e.zip
build process: sign the frontend
Diffstat (limited to 'box.rb')
-rw-r--r--box.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/box.rb b/box.rb
index 2756dc4..469c42e 100644
--- a/box.rb
+++ b/box.rb
@@ -34,8 +34,7 @@ files = [
files.each { |x| put x }
-copy "vendor/", "/go/"
-run "rm /go/src -rf && mv /go/vendor /go/src"
+copy "vendor/", "/go/src/"
### Build
run %q[ cd /site && sh ./build.sh ]