test
Some checks failed
Deploy App / deploy (push) Failing after 10s

This commit is contained in:
valere
2025-09-20 10:52:37 +02:00
parent 116982564f
commit 0467b8f7bb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export REPO_NAME="nuxtci"
export DOMAIN="nuxtci.$MAIN_DOMAIN"
export REPO_NAME="APP-NAME"
export DOMAIN="APP-NAME.$MAIN_DOMAIN"
export PORT="7903"
export PORT_EXPOSED="3000"

View File

@@ -1,5 +1,5 @@
services:
nuxtci:
APP-NAME:
image: local/APP-NAME
build:
context: .