deploy script

This commit is contained in:
2024-11-06 15:51:45 +01:00
parent 0768591077
commit 22f4dfb094
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
git pull && docker compose up -d && docker exec nginx_proxy nginx -s reload