diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-07 21:54:14 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-07 21:54:14 -0500 |
commit | 62300184ba125f39374d009add6beada5c4fa1cd (patch) | |
tree | 0b57332946dcb40340e8b1b9eb734a31d07c8db9 /Bastillefile | |
parent | e8818c1cadc00da752d2314333254d17b7ba5979 (diff) | |
download | carpentertutoring-62300184ba125f39374d009add6beada5c4fa1cd.tar.xz carpentertutoring-62300184ba125f39374d009add6beada5c4fa1cd.zip |
live gitea
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index 7a30a6c..659d1e5 100644 --- a/Bastillefile +++ b/Bastillefile @@ -2,7 +2,7 @@ CMD mkdir -p /var/www && echo Created /var/www PKG lighttpd rust gmake OVERLAY usr CMD CARGO_HOME=/tmp cargo install --root /usr/local cobalt-bin -CMD fetch -o /tmp http://192.168.1.50:3000/53hornet/carpentertutoring/archive/master.tar.gz +CMD fetch -o /tmp http://git.53hor.net/53hornet/carpentertutoring/archive/master.tar.gz CMD tar -xzvf /tmp/master.tar.gz -C /tmp CMD cd /tmp/carpentertutoring ; cobalt build --destination /var/www SYSRC lighttpd_enable=YES |