Update .github/workflows/deploy.yml
All checks were successful
Deploy App / build (push) Successful in 10s

This commit is contained in:
2026-02-02 09:52:54 +00:00
parent 70affd18c9
commit cc8ddd8548

View File

@@ -15,5 +15,5 @@ jobs:
BRANCH_NAME=$GITHUB_REF_NAME
APP_DIR="/var/docker-web/apps/$REPO_NAME"
set -a && source .env && set +a
source .env && set +a
env | sort