ci: add ansible and CICD deployment
Push -> develop / Build Docker images (push) Successful in 14s
Push -> develop / Deploy (push) Successful in 19s
Push -> develop / Notify on result (push) Successful in 0s

This commit is contained in:
sangnn
2026-06-23 07:15:42 +00:00
parent a6d74d9316
commit 6a49eb29c8
24 changed files with 1078 additions and 31 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ http {
application/xml application/xml+rss text/javascript application/x-javascript;
upstream api {
server api:5000;
server api1:5000 max_fails=2 fail_timeout=10s;
server api2:5000 max_fails=2 fail_timeout=10s;
}
server {