Files
hantim-server/scripts/deploy-nginx.sh
T
timothykim 7a5de9be6d change repo path from /opt to /opt/hantim
/opt already exists on Linux systems and git clone refuses to clone
into a non-empty directory.
2026-03-13 11:52:51 -04:00

3 lines
105 B
Bash

#!/bin/bash
cd /opt/hantim && git pull && cd docker/nginx && docker compose pull && docker compose up -d