Compare commits

...

2 Commits
dev ... master

Author SHA1 Message Date
b52025e597 demo commit
All checks were successful
build-and-deploy-prod / build-cc (push) Successful in 5s
build-and-deploy-prod / build-hm (push) Successful in 6s
build-and-deploy-prod / build-map (push) Successful in 6s
build-and-deploy-prod / deploy-all (push) Successful in 1s
2025-05-28 21:20:47 +03:00
ca6c79428c commit
All checks were successful
build-and-deploy-prod / build-cc (push) Successful in 5s
build-and-deploy-prod / build-hm (push) Successful in 6s
build-and-deploy-prod / build-map (push) Successful in 6s
build-and-deploy-prod / deploy-all (push) Successful in 1s
2025-05-28 20:55:12 +03:00
2 changed files with 9 additions and 0 deletions

View File

@ -92,3 +92,9 @@ jobs:
- run: |
ssh -i ~/prod-key root@10.5.1.11 "sh -c 'rm -rf devops-lab4 ; git clone http://10.1.1.1:3000/hasslesstech/devops-lab4 && cd devops-lab4 &&
docker-compose -f docker-compose-prod.yaml up -d'"

View File

@ -67,3 +67,6 @@ CMD sh -c "openrc default ; \
rc-service hive-hm start ; \
rc-service hive-map start ; \
exec sh"