3d82265b85
ref Plume-org/docs#27 I should archive the artifacts before uploading
6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
mkdir bin
|
|
cp target/release/{plume,plm} bin
|
|
cp "$(which diesel)" bin
|
|
tar -cvzf plume.tar.gz bin/ static/ migrations/$FEATURES
|