Files
hantim-server/scripts/deploy-nginx.sh
T
timothykim a3fb085fdb
Deploy nginx / deploy (push) Failing after 1s
Deploy timothykim.net / deploy (push) Failing after 1s
initial commit
2026-03-12 21:16:59 -04:00

3 lines
98 B
Bash

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