1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-17 23:55:02 +00:00
fogtype.com/deploy
2024-08-04 20:49:26 +09:00

9 lines
129 B
Bash
Executable file

#!/bin/sh
set -eu
cd "${HOME}/${REMOTE_HOST:-fogtype.com}"
git pull --rebase
docker compose up --detach --remove-orphans
cd -