mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
6 lines
138 B
Bash
6 lines
138 B
Bash
|
#!/bin/bash
|
||
|
mkdir bin
|
||
|
cp target/release/{plume,plm} bin
|
||
|
cp "$(which diesel)" bin
|
||
|
tar -cvzf plume.tar.gz bin/ static/ migrations/$FEATURES
|