add migrations phase and visits table
Some checks failed
Build and Push / build (push) Failing after 51s

This commit is contained in:
stackops
2026-04-09 14:54:54 +03:00
parent c170950a1f
commit d64d470ef0
2 changed files with 64 additions and 9 deletions

View File

@@ -4,6 +4,9 @@ image = "git.nodeup.ru/stackops/test-app:latest"
replicas = 1
port = 8080
[migrations]
command = "test-app migrate"
[ingress]
host = "test.app.nodeup.ru"
path = "/"