mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
8 lines
188 B
Bash
8 lines
188 B
Bash
![]() |
cd ~/repos/wekan
|
||
|
./rebuild-wekan.sh
|
||
|
./releases/delete-phantomjs.sh
|
||
|
cd ~/repos/wekan/.build
|
||
|
zip -r wekan-$1.zip bundle
|
||
|
scp wekan-$1.zip x2:/var/snap/wekan/common/releases.wekan.team/
|
||
|
cd ..
|