forked from TrueCloudLab/rclone
make beta to compile and upload a beta release
This commit is contained in:
parent
5bb76cc35c
commit
dcd6bedc27
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -53,6 +53,11 @@ upload:
|
|||
cross: doc
|
||||
./cross-compile $(TAG)
|
||||
|
||||
beta: doc
|
||||
./cross-compile $(TAG)β
|
||||
rm build/*-current-*
|
||||
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
|
||||
|
||||
serve:
|
||||
cd docs && hugo server -v -w
|
||||
|
||||
|
|
Loading…
Reference in a new issue