deploy command

This commit is contained in:
2026-03-31 10:43:24 +05:30
parent 8ea81e94d9
commit a1dd555c96

2
deploy.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
git pull && docker-compose up -d --build