1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00
fogtype.com/deploy

10 lines
129 B
Text
Raw Normal View History

2024-08-04 20:49:26 +09:00
#!/bin/sh
set -eu
cd "${HOME}/${REMOTE_HOST:-fogtype.com}"
git pull --rebase
docker compose up --detach --remove-orphans
cd -