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

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

View File

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