daraz-tek.beta.fogtype.com/deploy
2024-12-12 22:38:49 +09:00

9 lines
152 B
Bash
Executable file

#!/bin/sh
set -eu
cd "${HOME}/daraz-tek.beta.fogtype.com"
git pull --recurse-submodules --rebase --autostash
docker compose up --build --detach
cd -