Add CI/CD deploy workflows
Some checks failed
CI/CD Pipeline / deploy_testing (push) Has been skipped
CI/CD Pipeline / deploy_production (push) Failing after 56s

This commit is contained in:
2025-08-27 03:04:15 +03:00
parent 837353bc45
commit e695d06f5b

View File

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