Files
WebHosting/deploy.sh
2024-11-06 15:51:45 +01:00

4 lines
89 B
Bash

#!/bin/bash
git pull && docker compose up -d && docker exec nginx_proxy nginx -s reload