mirror of
https://github.com/kou029w/daraz-tek.beta.fogtype.com.git
synced 2025-01-18 16:08:07 +00:00
10 lines
152 B
Text
10 lines
152 B
Text
|
#!/bin/sh
|
||
|
set -eu
|
||
|
|
||
|
cd "${HOME}/daraz-tek.beta.fogtype.com"
|
||
|
|
||
|
git pull --recurse-submodules --rebase --autostash
|
||
|
docker compose up --build --detach
|
||
|
|
||
|
cd -
|