mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
06861f3ec2
@ -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 New Issue
Block a user