Files
print-calculator/deploy/envs/int.env
Joe Küng 5ba203a8d1
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m13s
Build, Test and Deploy / build-and-push (push) Successful in 14s
Build, Test and Deploy / deploy (push) Successful in 5s
feat(deploy): compose deploy fixed
2026-02-11 16:04:06 +01:00

11 lines
113 B
Bash

REGISTRY_URL=git.joekung.ch
REPO_OWNER=joekung
ENV=int
TAG=int
# Ports
BACKEND_PORT=18001
FRONTEND_PORT=18081