feat: container registry deploy (build in CI, pull on server)
Deploy / deploy (push) Has been cancelled
ci / build (push) Has been cancelled

This commit is contained in:
2026-06-13 20:56:04 +03:00
parent ca6b5f40c3
commit 0f73ca72d7
9 changed files with 143 additions and 3 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
services:
app:
build:
context: ..
dockerfile: dockerfile
image: ${REGISTRY}/hellreign/frontend:${TAG}
ports:
- "80:80"