From 389c15124874078961322cb1ca214503b05769b9 Mon Sep 17 00:00:00 2001 From: namdh861 Date: Tue, 22 Sep 2026 23:01:25 +0700 Subject: [PATCH] fix: deploy.yaml --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 17b3334..797b26b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -55,7 +55,7 @@ jobs: IMAGE_BASE="${{ secrets.REGISTRY_USER }}/${{ env.DOCKERHUB_REPO }}" SHA="${{ needs.build.outputs.sha_short }}" - if [ ! -f "${{ env.ENV_FILE }}" ]; then + if [ ! "${{ env.ENV_FILE }}" ]; then echo "Thiếu ${{ env.ENV_FILE }} trên server" exit 1 fi