Files
hantim-server/scripts/deploy-nginx.sh
T

3 lines
105 B
Bash
Executable File

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