fix: deploy.yaml
mws-backend / build (push) Successful in 43s
mws-backend / push (push) Successful in 28s
mws-backend / deploy (push) Failing after 12s

This commit is contained in:
2026-09-22 23:01:25 +07:00
parent 43aa149148
commit 389c151248
+1 -1
View File
@@ -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