sub domain deploy for branches 7
All checks were successful
Deploy App / build (push) Successful in 16s
Deploy App / deploy (push) Successful in 13s

This commit is contained in:
valere
2026-02-02 19:58:24 +01:00
parent b769eac9cc
commit f896a8a828

View File

@@ -42,6 +42,10 @@ jobs:
changeEnvVar "PORT" $PORT
changeEnvVar "APP_DIR" "/var/docker-web/apps/$APP_NAME"
set -a && source .env && set +a
cat .env
echo $APP_NAME
- uses: actions/checkout@v4
- name: Build app
run: |