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:53:23 +00:00
parent cc8ddd8548
commit deb4b4af93

View File

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