Add CI/CD deploy workflow update

This commit is contained in:
2025-08-27 03:00:10 +03:00
parent 4bfd2ee1f8
commit 2459ba092b

View File

@@ -27,6 +27,7 @@ jobs:
docker rm myapp || true docker rm myapp || true
docker build -t myapp:latest . docker build -t myapp:latest .
docker run -d --name myapp -p 3000:3000 myapp:latest docker run -d --name myapp -p 3000:3000 myapp:latest
deploy_production: deploy_production:
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'