mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-11 10:33:06 +00:00
commit
cc164f3e3c
|
@ -1,2 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
git pull
|
||||
docker-compose up -d --no-deps --build
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
cd ui
|
||||
yarn
|
||||
yarn build
|
||||
|
|
Loading…
Reference in a new issue